diff --git a/integration-tests/dockerbuilds/Dockerfile.hermes b/integration-tests/dockerbuilds/Dockerfile.hermes index b309403..7ec6c6d 100644 --- a/integration-tests/dockerbuilds/Dockerfile.hermes +++ b/integration-tests/dockerbuilds/Dockerfile.hermes @@ -1,4 +1,4 @@ -FROM ubuntu:23.04 +FROM ubuntu:23.10 ARG HERMES_VERSION=v1.4.0 WORKDIR /app RUN apt-get update && apt-get install -y wget && \