Skip to content

Commit

Permalink
chore(deps): update bitnami/postgresql docker tag to v15.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2024
1 parent 423918b commit 4f13242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
environment:
- ALLOW_EMPTY_PASSWORD=yes
postgres:
image: bitnami/postgresql:15.5.0
image: bitnami/postgresql:15.6.0
restart: unless-stopped
environment:
- POSTGRESQL_DATABASE=charted
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
test: ['CMD-SHELL', "curl -fs http://localhost:3651/api/heartbeat | grep 'Ok.'"]
postgres:
container_name: charted-postgres
image: bitnami/postgresql:15.5.0
image: bitnami/postgresql:15.6.0
restart: always
ports:
- '5432:5432'
Expand Down
2 changes: 1 addition & 1 deletion tools/devtools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
postgresql:
<<: *container
container_name: charted_postgresql
image: bitnami/postgresql:15.5.0
image: bitnami/postgresql:15.6.0
ports:
- '5432:5432'
environment:
Expand Down

0 comments on commit 4f13242

Please sign in to comment.