Skip to content

Commit 0312017

Browse files
Update postgres Docker tag to v16
1 parent 9e09527 commit 0312017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
postgres:
2020
ports:
2121
- 5432:5432
22-
image: postgres:11.2-alpine
22+
image: postgres:16.2-alpine
2323
restart: always
2424
environment:
2525
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)