Skip to content

Commit

Permalink
Merge pull request #757 from numerique-gouv/update-postgres-14.3
Browse files Browse the repository at this point in the history
chore: update postgres to 14.3
  • Loading branch information
rdubigny authored Oct 15, 2024
2 parents d190e75 + ef78a65 commit 0a403c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
ports:
- 6379:6379
postgres:
image: postgres:14.1
image: postgres:14.3
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:12.12
image: postgres:14.3
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
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:
db:
image: postgres:14.1
image: postgres:14.3
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit 0a403c2

Please sign in to comment.