update base image to FROM ubuntu:24.04 AS runner
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user