Skip to content

Commit d5e6670

Browse files
Update postgres Docker tag to v16.8
1 parent e31c37f commit d5e6670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose.yml

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

0 commit comments

Comments
 (0)