mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
Merge pull request #133 from grillazz/129-import-xlsx-endpoint
bump postgresql
This commit is contained in:
commit
a5ea9f8885
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
ports:
|
||||
- 6379:6379
|
||||
sqldb:
|
||||
image: postgres:14
|
||||
image: postgres:16
|
||||
env:
|
||||
POSTGRES_USER: app-user
|
||||
POSTGRES_PASSWORD: secret
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user