From 7609c816909db18454b607979c839d734a82df99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:45:54 +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 e1b79cbf0..54b4b4440 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:8bc3c893342c766481df5fde58fab6f1a1115b94eb56778126163305243e9709 + image: postgres:16-alpine@sha256:393af370442a1153e66ca01b184f08286d8f505fe8d5f2293092d8116d1af837 env: POSTGRES_DB: vela POSTGRES_PASSWORD: notARealPassword12345