Skip to content

Commit 7a66b9c

Browse files
deps(deps): update postgres docker tag to v16.5
1 parent a40b3ad commit 7a66b9c

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.4-alpine
5+
image: postgres:16.5-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
@@ -43,7 +43,7 @@ services:
4343
driver: ${DOCKER_APP_LOG_DRIVER:-json-file}
4444

4545
database:
46-
image: postgres:16.4-alpine
46+
image: postgres:16.5-alpine
4747
container_name: ${COMPOSE_PROJECT_NAME}-database
4848
restart: on-failure
4949
networks:

0 commit comments

Comments
 (0)