We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71108d9 commit 2714e1eCopy full SHA for 2714e1e
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
COPY . /app/
6
RUN --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 GOOS=linux go build -ldflags '-extldflags "-static"' -o /app/flagger-k6-webhook cmd/main.go
7
8
-FROM alpine:3.21
+FROM alpine:3.22
9
10
COPY --from=build /app/flagger-k6-webhook /usr/bin/flagger-k6-webhook
11
COPY --from=grafana/k6 /usr/bin/k6 /usr/bin/k6
0 commit comments