Skip to content

Commit

Permalink
deps(deps): update postgres docker tag to v16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent a40b3ad commit 7a66b9c
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.5-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.5-alpine
container_name: ${COMPOSE_PROJECT_NAME}-database
restart: on-failure
networks:
Expand Down

0 comments on commit 7a66b9c

Please sign in to comment.