Skip to content

Commit

Permalink
Merge pull request #32 from wayofdev/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Aug 10, 2024
2 parents 6fde834 + 3bac55a commit 7358aa0
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 7358aa0

Please sign in to comment.