From 23171a30d9a81aebc341150cdde19eca004c67ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:54:53 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v18 --- social-stack/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social-stack/docker-compose.yaml b/social-stack/docker-compose.yaml index a6d20eae..2578ae14 100644 --- a/social-stack/docker-compose.yaml +++ b/social-stack/docker-compose.yaml @@ -81,7 +81,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