Skip to content

Commit 99b6ca2

Browse files
chore(deps): update docker.io/library/postgres docker tag to v18
| datasource | package | from | to | | ---------- | -------------------------- | ---- | -- | | docker | docker.io/library/postgres | 16 | 18 |
1 parent 68d8c6e commit 99b6ca2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mx1/containers/stalwart/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
postgres:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55
restart: unless-stopped
66
labels:
77
- "com.centurylinklabs.watchtower.enable=true"

web1/containers/authentik/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
database:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55
restart: unless-stopped
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

web3/containers/authentik/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
database:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55
restart: unless-stopped
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

web8/containers/authentik/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
postgresql:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55
restart: unless-stopped
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

web8/containers/stalwart/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
postgres:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55
restart: unless-stopped
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

0 commit comments

Comments
 (0)