Skip to content

Commit 48cb9fd

Browse files
build(deps): bump alpine from 3.22.0 to 3.22.1 (#542)
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f42679 commit 48cb9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
1919
## Runtime
2020
##
2121

22-
FROM --platform=$TARGETPLATFORM alpine:3.22.0 as runtime
22+
FROM --platform=$TARGETPLATFORM alpine:3.22.1 as runtime
2323
RUN apk add iptables-legacy iptables libcap && \
2424
touch /run/xtables.lock && \
2525
chmod 0666 /run/xtables.lock

Dockerfile-cni-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=target \
3434
just cni-repair-controller arch="$TARGETARCH" profile=release build && \
3535
mv "target/$target/release/linkerd-cni-repair-controller" .
3636

37-
FROM --platform=$TARGETPLATFORM alpine:3.22.0 as runtime
37+
FROM --platform=$TARGETPLATFORM alpine:3.22.1 as runtime
3838
WORKDIR /linkerd
3939
RUN apk add \
4040
# For inotifywait

0 commit comments

Comments
 (0)