From 4af5dbf016cd2273a4016dd28415a3d2deb9cdfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:23:16 +0100 Subject: [PATCH] chore(deps): update postgres:18 docker digest to 1ffc019 (#1715) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e56d89c7..169d9b84d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,7 +111,7 @@ jobs: ports: - 3306:3306 migration-smoke-db-postgres: - image: postgres:18@sha256:7499fa0ed6b106d3b513fe792d673f1b496a539a541674fdcd9539c13c6427f3 + image: postgres:18@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb env: POSTGRES_PASSWORD: vikunjatest POSTGRES_DB: vikunjatest