Skip to content

Commit

Permalink
chore(deps): update postgres docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0d6c2b3 commit 11b1c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/docker-compose-pgbouncer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
db:
container_name: db
image: postgres:16-alpine
image: postgres:17-alpine
volumes:
- pg_data:/var/lib/postgresql/data
environment:
Expand Down
4 changes: 2 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
postgres-9-6:
image: postgres:9.6
image: postgres:17.1
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: example
POSTGRES_DB: demo

postgres-latest-supported:
image: postgres:17.0
image: postgres:17.1
restart: always
environment:
POSTGRES_USER: postgres
Expand Down

0 comments on commit 11b1c9c

Please sign in to comment.