From 74c5b5c97b1a2b267d589cbad17a2f1c9e4dcb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:07:14 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6c6606aeb..b718c9dd0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,7 +15,7 @@ jobs: services: postgres: - image: postgres:15-alpine@sha256:35ce2187f2f7fb75e8e79493e13743596c21eb3789ff41ece145ae04d06e93a5 + image: postgres:16-alpine@sha256:c77120e1c4244fbbdec25bccb0a4cdedbce77b6595c5572efc2d468f6fd07b58 env: POSTGRES_DB: vela POSTGRES_PASSWORD: notARealPassword12345