From e0f5eebbd1ef2c22050216452647f2eed5538a10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:37:19 +0000 Subject: [PATCH] chore(deps): update docker.io/library/postgres docker tag to v18 | datasource | package | from | to | | ---------- | -------------------------- | ---- | -- | | docker | docker.io/library/postgres | 16 | 18 | --- mx1/containers/stalwart/docker-compose.yml | 2 +- web1/containers/authentik/docker-compose.yml | 2 +- web3/containers/authentik/docker-compose.yml | 2 +- web8/containers/authentik/docker-compose.yml | 2 +- web8/containers/stalwart/docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mx1/containers/stalwart/docker-compose.yml b/mx1/containers/stalwart/docker-compose.yml index 402eeb8..07e1d02 100644 --- a/mx1/containers/stalwart/docker-compose.yml +++ b/mx1/containers/stalwart/docker-compose.yml @@ -1,7 +1,7 @@ --- services: postgres: - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:18-alpine restart: unless-stopped labels: - "com.centurylinklabs.watchtower.enable=true" diff --git a/web1/containers/authentik/docker-compose.yml b/web1/containers/authentik/docker-compose.yml index 77d5fea..c43d221 100644 --- a/web1/containers/authentik/docker-compose.yml +++ b/web1/containers/authentik/docker-compose.yml @@ -1,7 +1,7 @@ --- services: database: - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:18-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] diff --git a/web3/containers/authentik/docker-compose.yml b/web3/containers/authentik/docker-compose.yml index d728bc0..1378f29 100644 --- a/web3/containers/authentik/docker-compose.yml +++ b/web3/containers/authentik/docker-compose.yml @@ -1,7 +1,7 @@ --- services: database: - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:18-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] diff --git a/web8/containers/authentik/docker-compose.yml b/web8/containers/authentik/docker-compose.yml index 6d8ce19..5b739c9 100644 --- a/web8/containers/authentik/docker-compose.yml +++ b/web8/containers/authentik/docker-compose.yml @@ -1,7 +1,7 @@ --- services: postgresql: - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:18-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] diff --git a/web8/containers/stalwart/docker-compose.yml b/web8/containers/stalwart/docker-compose.yml index 973e917..94e52d3 100644 --- a/web8/containers/stalwart/docker-compose.yml +++ b/web8/containers/stalwart/docker-compose.yml @@ -1,7 +1,7 @@ --- services: postgres: - image: docker.io/library/postgres:16-alpine + image: docker.io/library/postgres:18-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]