From 2c68b6dfb5696020fd1fd8dc8778a23ff8909853 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 05:12:31 +0000 Subject: [PATCH] fix: packaging/graphql-engine-base/debian.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- packaging/graphql-engine-base/debian.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/graphql-engine-base/debian.dockerfile b/packaging/graphql-engine-base/debian.dockerfile index a4ef278d9f548..80366155320eb 100644 --- a/packaging/graphql-engine-base/debian.dockerfile +++ b/packaging/graphql-engine-base/debian.dockerfile @@ -1,6 +1,6 @@ # DATE VERSION: 2022-09-21 # Modify the above date version (YYYY-MM-DD) if you want to rebuild the image for security updates -FROM debian:bullseye-20220912-slim +FROM debian:bullseye-20240926-slim ### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!