From 0c5fad6642c5c36f73efe41c863ac8944d19154e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Apr 2024 00:47:10 +0000 Subject: [PATCH] fix: integration-tests/dockerbuilds/Dockerfile.hermes to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2304-GLIBC-5919743 - https://snyk.io/vuln/SNYK-UBUNTU2304-GLIBC-5919743 - https://snyk.io/vuln/SNYK-UBUNTU2304-GNUTLS28-6172202 - https://snyk.io/vuln/SNYK-UBUNTU2304-GNUTLS28-6172713 - https://snyk.io/vuln/SNYK-UBUNTU2304-PAM-6170209 --- integration-tests/dockerbuilds/Dockerfile.hermes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/dockerbuilds/Dockerfile.hermes b/integration-tests/dockerbuilds/Dockerfile.hermes index b309403..a666d26 100644 --- a/integration-tests/dockerbuilds/Dockerfile.hermes +++ b/integration-tests/dockerbuilds/Dockerfile.hermes @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:mantic-20240416 ARG HERMES_VERSION=v1.4.0 WORKDIR /app RUN apt-get update && apt-get install -y wget && \