Skip to content

Commit 2714e1e

Browse files
chore(deps): bump alpine from 3.21 to 3.22 (#266)
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71108d9 commit 2714e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY . /app/
66
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
77

8-
FROM alpine:3.21
8+
FROM alpine:3.22
99

1010
COPY --from=build /app/flagger-k6-webhook /usr/bin/flagger-k6-webhook
1111
COPY --from=grafana/k6 /usr/bin/k6 /usr/bin/k6

0 commit comments

Comments
 (0)