Skip to content

Commit 7358aa0

Browse files
authored
Merge pull request #32 from wayofdev/renovate/postgres-16.x
2 parents 6fde834 + 3bac55a commit 7358aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.temporal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
temporal-database:
5-
image: postgres:16.3-alpine
5+
image: postgres:16.4-alpine
66
container_name: ${COMPOSE_PROJECT_NAME}-temporal-database
77
restart: on-failure
88
networks:

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- traefik.http.services.api-${COMPOSE_PROJECT_NAME}.loadbalancer.server.scheme=http
4242

4343
database:
44-
image: postgres:16.3-alpine
44+
image: postgres:16.4-alpine
4545
container_name: ${COMPOSE_PROJECT_NAME}-database
4646
restart: on-failure
4747
networks:

0 commit comments

Comments
 (0)