Skip to content

Commit 82d3278

Browse files
chore(deps): update docker.io/library/postgres docker tag to v18
1 parent 6ea609d commit 82d3278

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
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
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
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
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
55
restart: unless-stopped
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]

0 commit comments

Comments
 (0)