From 8894dc299f616d45daa77ddeb8f5a514d3c655e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:16:17 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v9.6.24 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b6cb56..c9a9132 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: MYSQL_DATABASE: test postgres: - image: postgres:9.6.1 + image: postgres:9.6.24 ports: - 5432:5432 env: