diff --git a/Dockerfile b/Dockerfile index 7bb7a3d..087e750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.10 as builder +FROM ubuntu:25.04 as builder LABEL maintainer="info@camptocamp.com" RUN --mount=type=cache,target=/var/lib/apt/lists \ @@ -27,7 +27,7 @@ RUN mkdir -p /usr/local/bin RUN cp tinyows /usr/local/bin/ RUN ccache -s -FROM ubuntu:24.10 as runner +FROM ubuntu:25.04 as runner LABEL maintainer="info@camptocamp.com" # let's copy a few of the settings from /etc/init.d/apache2