From 1090fb0fab6d3cb0dd17aa43772c2c352c27495e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Mar 2024 03:02:53 +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..33002c8 100644 --- a/integration-tests/dockerbuilds/Dockerfile.hermes +++ b/integration-tests/dockerbuilds/Dockerfile.hermes @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:mantic-20240216 ARG HERMES_VERSION=v1.4.0 WORKDIR /app RUN apt-get update && apt-get install -y wget && \