mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
bump postgresql
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
sqldb:
|
sqldb:
|
||||||
image: postgres:14
|
image: postgres:16
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: app-user
|
POSTGRES_USER: app-user
|
||||||
POSTGRES_PASSWORD: secret
|
POSTGRES_PASSWORD: secret
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# pull official base image
|
# pull official base image
|
||||||
FROM postgres:14-alpine
|
FROM postgres:16-alpine
|
||||||
|
|
||||||
# run create.sql on init
|
# run create.sql on init
|
||||||
ADD create.sql /docker-entrypoint-initdb.d
|
ADD create.sql /docker-entrypoint-initdb.d
|
||||||
|
|||||||
Reference in New Issue
Block a user