diff --git a/containers/server/Dockerfile b/containers/server/Dockerfile index eccda77..e272c1f 100644 --- a/containers/server/Dockerfile +++ b/containers/server/Dockerfile @@ -18,7 +18,7 @@ RUN go mod tidy && go build -o /app/mrvaserver-binary # RUN go mod download # Create a runtime container -FROM ubuntu:24.10 AS runner +FROM ubuntu:24.04 AS runner ENV DEBIAN_FRONTEND=noninteractive # Build argument for CodeQL version, defaulting to the latest release