Skip to content

Commit eb16137

Browse files
chore(deps): update postgres docker tag to v18 (#1103)
| datasource | package | from | to | | ---------- | -------- | ---- | -- | | docker | postgres | 17 | 18 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40fc395 commit eb16137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
tux-postgres:
44
container_name: tux-postgres
55
hostname: tux-postgres
6-
image: postgres:17-alpine@sha256:7cd12b4b4bf00307d4ab00e98622290e589e5de767cb55a48b1cf0e71770ae24
6+
image: postgres:18-alpine@sha256:eca6fb2d91fda290eb8cfb8ba53dd0dcbf3508a08011e30adb039ea7c8e1e9f2
77
restart: 'no'
88
environment:
99
POSTGRES_DB: ${POSTGRES_DB:-tuxdb}

0 commit comments

Comments
 (0)