Merge pull request #133 from grillazz/129-import-xlsx-endpoint

bump postgresql
This commit is contained in:
Jakub Miazek
2024-02-15 19:50:05 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
ports:
- 6379:6379
sqldb:
image: postgres:14
image: postgres:16
env:
POSTGRES_USER: app-user
POSTGRES_PASSWORD: secret

View File

@@ -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