Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Shchepotin committed Aug 20, 2024
1 parent eb35147 commit 8c5f0ba
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:16.3-alpine
image: postgres:16.4-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:16.3-alpine
image: postgres:16.4-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:16.3-alpine
image: postgres:16.4-alpine
ports:
- ${DATABASE_PORT}:5432
volumes:
Expand Down

0 comments on commit 8c5f0ba

Please sign in to comment.