Skip to content

Commit

Permalink
Merge pull request #238 from jolicode/pg
Browse files Browse the repository at this point in the history
upgrade to PG 16
  • Loading branch information
lyrixx authored Oct 19, 2023
2 parents 05e91e5 + 809c4af commit 52f8f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Migrate from Invoke to Castor
* Add a dockerfile linter
* Do not store certificates in the router image
* Upgrade to PostgreSQL v15
* Upgrade to PostgreSQL v16
* Update base Debian version to 11.7
* Dynamically map user id and group id to the container, base on the host user
* Update maildev instructions
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- "traefik.http.routers.${PROJECT_NAME}-frontend-unsecure.middlewares=redirect-to-https@file"

postgres:
image: postgres:15
image: postgres:16
environment:
- POSTGRES_USER=app
- POSTGRES_PASSWORD=app
Expand Down

0 comments on commit 52f8f60

Please sign in to comment.