Skip to content

Commit

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

0 comments on commit ccda30d

Please sign in to comment.