We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb20cf8 commit f394c52Copy full SHA for f394c52
Dockerfile
@@ -9,7 +9,7 @@ RUN mkdir -p /assets \
9
&& go build -o /assets/out assets/out/main/out.go \
10
&& go build -o /assets/check assets/check/main/check.go
11
12
-FROM alpine:3.20.3 AS runtime
+FROM alpine:3.21.0 AS runtime
13
RUN apk add --no-cache ca-certificates
14
COPY --from=build assets/ /opt/resource/
15
RUN chmod +x /opt/resource/*
0 commit comments