Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 5c58741 commit eb3c512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.relational.ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
expose:
- 5432
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.relational.test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
expose:
- 5432
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
ports:
- ${DATABASE_PORT}:5432
volumes:
Expand Down

0 comments on commit eb3c512

Please sign in to comment.