From d81bd36908b68f1ac6c55011eeb1d1073f3fdf3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:47:24 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- build/.docker/orchestrated.bake.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/.docker/orchestrated.bake.Dockerfile b/build/.docker/orchestrated.bake.Dockerfile index 9fa89ad322..aa20ddadc6 100644 --- a/build/.docker/orchestrated.bake.Dockerfile +++ b/build/.docker/orchestrated.bake.Dockerfile @@ -1,4 +1,4 @@ -ARG POSTGRES_VERSION="15" +ARG POSTGRES_VERSION="18" ARG MYSQL_VERSION="latest" ARG MARIADB_VERSION="latest"