From 39c218d9959310f4cd79b65dbe7b3c04b489e7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:19:01 +0000 Subject: [PATCH] chore(deps): bump postgres from 17-alpine to 18-alpine Bumps postgres from 17-alpine to 18-alpine. --- updated-dependencies: - dependency-name: postgres dependency-version: 18-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b67a34f..53176a8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:17-alpine + image: postgres:18-alpine environment: POSTGRES_USER: sqlc POSTGRES_PASSWORD: sqlc