Skip to content

Commit

Permalink
Upgrade postgres to 15.6 in preparation for the production upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Apr 19, 2024
1 parent 5f3cd91 commit bddebc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

services:
postgres:
image: postgres:11.5-alpine
image: postgres:15.6-alpine
ports:
- 5434:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:11.5-alpine
image: postgres:15.6-alpine
ports:
- '127.0.0.1:5434:5432'
healthcheck:
Expand Down

0 comments on commit bddebc7

Please sign in to comment.