update base image to FROM ubuntu:24.04 AS runner

This commit is contained in:
2025-11-19 16:35:51 -08:00
committed by =michael hohn
parent c219ceed33
commit a51a6eeaa2

View File

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