From 41cd807642f371bb71a840924d5191f0636c5402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:50:13 +0000 Subject: [PATCH] chore(deps): update postgres:16.0 docker digest to 92e8dd9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 36e22cc18..4e224fba8 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -92,7 +92,7 @@ jobs: services: postgres: # renovate: datasource=docker depName=postgres - image: postgres:16.0@sha256:b46651665b72cf3b05b84a6f09579ec5a1e6835037c3d5d6a7f6305033f12eb2 + image: postgres:16.0@sha256:92e8dd9b3c5987b82409abfe23b361c949e9ae86c6213f455a7f4d6a3b5b3687 env: POSTGRES_PASSWORD: hedgedoc POSTGRES_USER: hedgedoc