File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 tux-postgres :
2323 container_name : tux-postgres
2424 hostname : tux-postgres
25- image : postgres:17 -alpine@sha256:ff4ccc02b97e0ebb6b328ef9ff92522f95586f83be6801896b615088defc8ad2
25+ image : postgres:18 -alpine@sha256:b40d931bd0e7ce6eecc59a5a6ac3b3c04a01e559750e73e7086b6dbd7f8bf545
2626 restart : unless-stopped
2727 environment :
2828 POSTGRES_DB : ${POSTGRES_DB:-tuxdb}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 tux-postgres :
2020 container_name : tux-postgres
2121 hostname : tux-postgres
22- image : postgres:17 -alpine@sha256:ff4ccc02b97e0ebb6b328ef9ff92522f95586f83be6801896b615088defc8ad2
22+ image : postgres:18 -alpine@sha256:b40d931bd0e7ce6eecc59a5a6ac3b3c04a01e559750e73e7086b6dbd7f8bf545
2323 restart : ' no'
2424 environment :
2525 POSTGRES_DB : ${POSTGRES_DB:-tuxdb}
You can’t perform that action at this time.
0 commit comments