Skip to content

Commit 98c0fd0

Browse files
authored
AP-283: upgrade postgres image to postgres:16 (#9)
1 parent 0f0f1dd commit 98c0fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
environment:
2222
POSTGRES_PASSWORD: root
2323
POSTGRES_USER: root
24-
image: postgres:12.2
24+
image: postgres:16
2525
networks:
2626
default:
2727
aliases:

0 commit comments

Comments
 (0)