From e388c05e1d8bc674d1f7e34289f184a1068bed3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Aug 2024 09:17:30 +0000 Subject: [PATCH] fix: packaging/graphql-engine-base/ubuntu.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5538123 - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-2801292 - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-2801292 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-2797765 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-2797765 --- packaging/graphql-engine-base/ubuntu.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/graphql-engine-base/ubuntu.dockerfile b/packaging/graphql-engine-base/ubuntu.dockerfile index ed004af8fb85f..b9078754b520b 100644 --- a/packaging/graphql-engine-base/ubuntu.dockerfile +++ b/packaging/graphql-engine-base/ubuntu.dockerfile @@ -1,7 +1,7 @@ # DATE VERSION: 2024-06-10 # Modify the above date version (YYYY-MM-DD) if you want to rebuild the image -FROM ubuntu:jammy-20240530 +FROM ubuntu:jammy-20240808 ### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!