From c91ab10004dcf96dbed0a54012cba536766392a9 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 5 Jun 2024 19:17:09 +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-GNUTLS28-6172202
- https://snyk.io/vuln/SNYK-UBUNTU2304-GLIBC-5919743
- https://snyk.io/vuln/SNYK-UBUNTU2304-GLIBC-5919743
- 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..6550bd8 100644
--- a/integration-tests/dockerbuilds/Dockerfile.hermes
+++ b/integration-tests/dockerbuilds/Dockerfile.hermes
@@ -1,4 +1,4 @@
-FROM ubuntu:23.04
+FROM ubuntu:mantic-20240530
 ARG HERMES_VERSION=v1.4.0
 WORKDIR /app
 RUN apt-get update && apt-get install -y wget && \