From 9e582bf437b5074ab1bae9198275a9d2c948631e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 May 2024 19:42:38 +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..6d19886 100644 --- a/integration-tests/dockerbuilds/Dockerfile.hermes +++ b/integration-tests/dockerbuilds/Dockerfile.hermes @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:mantic-20240427 ARG HERMES_VERSION=v1.4.0 WORKDIR /app RUN apt-get update && apt-get install -y wget && \