From 3a83c2468a140b17e899263bd1f0ffe7404a3cc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Apr 2025 06:42:07 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-XZUTILS-9652973 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-9486681 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d9d8ac..3f2aedb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM debian:bookworm-slim +FROM debian:12.10-slim ARG PG_REPO=https://git.postgresql.org/git/postgresql.git ARG PG_BRANCH=master