update base image to FROM ubuntu:24.04 AS runner

This commit is contained in:
2025-11-19 16:22:18 -08:00
committed by =michael hohn
parent a388f90d7d
commit 65e3a4ade2

View File

@@ -18,7 +18,7 @@ RUN go build .
# ######################
# Provide codeql and java
#
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