mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
bump postgresql
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM postgres:14-alpine
|
||||
FROM postgres:16-alpine
|
||||
|
||||
# run create.sql on init
|
||||
ADD create.sql /docker-entrypoint-initdb.d
|
||||
|
||||
Reference in New Issue
Block a user