Skip to content

Commit

Permalink
⬆️(backend) update postgres to version 16
Browse files Browse the repository at this point in the history
As we want to update our postgres server to version 16, we use it
locally and in our CI as well.
  • Loading branch information
wilbrdt committed Nov 14, 2024
1 parent 8b9dae1 commit 0b647ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
WARREN_LRS_AUTH_BASIC_PASSWORD: fake-news!
WARREN_APP_SIGNING_KEY: your-very-secret-key
WARREN_APP_SIGNING_ALGORITHM: HS256
- image: cimg/postgres:13.16
- image: cimg/postgres:16.4
auth:
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASS
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
WARREN_APP_DB_HOST: localhost
WARREN_APP_SIGNING_KEY: your-very-secret-key
WARREN_APP_SIGNING_ALGORITHM: HS256
- image: cimg/postgres:13.16
- image: cimg/postgres:16.4
auth:
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASS
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgresql:
image: postgres:13
image: postgres:16
env_file:
- .env

Expand Down

0 comments on commit 0b647ef

Please sign in to comment.