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 && \