Skip to content

Commit

Permalink
deps(deps): update postgres docker tag to v16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 69303aa commit 64d2705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.temporal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
temporal-database:
image: postgres:16.4-alpine
image: postgres:16.6-alpine
container_name: ${COMPOSE_PROJECT_NAME}-temporal-database
restart: on-failure
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
driver: ${DOCKER_APP_LOG_DRIVER:-json-file}

database:
image: postgres:16.4-alpine
image: postgres:16.6-alpine
container_name: ${COMPOSE_PROJECT_NAME}-database
restart: on-failure
networks:
Expand Down

0 comments on commit 64d2705

Please sign in to comment.