We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52c852 commit 8d2a0b2Copy full SHA for 8d2a0b2
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.19.1 AS runtime
+FROM alpine:3.20.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