Skip to content

Commit

Permalink
deps(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 Aug 10, 2024
1 parent 6fde834 commit 3bac55a
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.3-alpine
image: postgres:16.4-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 @@ -41,7 +41,7 @@ services:
- traefik.http.services.api-${COMPOSE_PROJECT_NAME}.loadbalancer.server.scheme=http

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

0 comments on commit 3bac55a

Please sign in to comment.