We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ad9a2 commit ed92c5aCopy full SHA for ed92c5a
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.21.1 AS runtime
+FROM alpine:3.21.2 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