From 13772f785cad767b3c0b0f9fe43509adb0e6bfa1 Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Fri, 10 May 2024 10:35:02 -0700 Subject: [PATCH] fix: postgres/15/Dockerfile to reduce vulnerabilities (#92) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 Co-authored-by: snyk-bot --- postgres/15/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index be59b3b..36ef0dd 100644 --- a/postgres/15/Dockerfile +++ b/postgres/15/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15.6 +FROM postgres:15.7 # Health check and non-privileged user HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]