diff --git a/infisical/docker-compose.yaml b/infisical/docker-compose.yaml index 9914acea..260c8bb0 100644 --- a/infisical/docker-compose.yaml +++ b/infisical/docker-compose.yaml @@ -23,7 +23,7 @@ volumes: services: db: - image: docker.io/library/postgres:14.23-alpine + image: docker.io/library/postgres:18.4-alpine container_name: infisical-db restart: unless-stopped env_file: diff --git a/miniflux/docker-compose.yaml b/miniflux/docker-compose.yaml index 77fc0166..829bb994 100644 --- a/miniflux/docker-compose.yaml +++ b/miniflux/docker-compose.yaml @@ -47,7 +47,7 @@ services: test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"] miniflux_db: - image: docker.io/library/postgres:18.3 + image: docker.io/library/postgres:18.4 env_file: - .env restart: unless-stopped diff --git a/nautobot/docker-compose.yaml b/nautobot/docker-compose.yaml index dfb39b74..69aa4f61 100644 --- a/nautobot/docker-compose.yaml +++ b/nautobot/docker-compose.yaml @@ -106,7 +106,7 @@ services: - homepage.description=Network Automation Platform postgres: - image: docker.io/library/postgres:15.18-alpine + image: docker.io/library/postgres:18.4-alpine container_name: nautobot-postgres environment: - POSTGRES_USER=${POSTGRES_USER:-nautobot} diff --git a/social-stack/docker-compose.yaml b/social-stack/docker-compose.yaml index d36e4f24..0203355f 100644 --- a/social-stack/docker-compose.yaml +++ b/social-stack/docker-compose.yaml @@ -80,7 +80,7 @@ services: restart: unless-stopped # image: docker.io/library/postgres:12.2-alpine # image: docker.io/groonga/pgroonga:3.1.8-alpine-16-slim - image: docker.io/library/postgres:16.14-alpine + image: docker.io/library/postgres:18.4-alpine container_name: firefish_db networks: - calcnet