Skip to content

Commit 0de99cd

Browse files
committed
chore(deps): update docker.io/library/postgres docker tag to v18
1 parent 2b0f77f commit 0de99cd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/atlassian-jira-confluence/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
# - traefik.http.routers.jira.middlewares=limit-jira
100100

101101
postgresql:
102-
image: docker.io/library/postgres:16-alpine
102+
image: docker.io/library/postgres:18-alpine
103103
container_name: jira-psql
104104
restart: unless-stopped
105105
healthcheck:

examples/authentik/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
postgresql:
4-
image: docker.io/library/postgres:16-alpine
4+
image: docker.io/library/postgres:18-alpine
55
container_name: authentik-psql
66
restart: unless-stopped
77
healthcheck:

examples/gzctf/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
# - traefik.http.routers.ctf.middlewares=authentik@docker
3030

3131
db:
32-
image: docker.io/library/postgres:16-alpine
32+
image: docker.io/library/postgres:18-alpine
3333
container_name: gzctf-db
3434
restart: always
3535
environment:

examples/linkwarden/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
# - traefik.http.routers.linkwarden.middlewares=local-ipwhitelist@file
2929

3030
postgres:
31-
image: docker.io/library/postgres:16-alpine
31+
image: docker.io/library/postgres:18-alpine
3232
container_name: linkwarden-psql
3333
restart: unless-stopped
3434
healthcheck:

examples/paperless-ngx/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# - proxy
1111

1212
db:
13-
image: docker.io/library/postgres:16-alpine
13+
image: docker.io/library/postgres:18-alpine
1414
container_name: paperless-ngx-db
1515
restart: unless-stopped
1616
volumes:

0 commit comments

Comments
 (0)