bump postgresql

This commit is contained in:
Jakub Miazek 2024-02-15 19:48:30 +01:00
parent ef5c863936
commit 0bb5c8f23f
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