Skip to content

Commit 44a7fc6

Browse files
build(deps): bump alpine from 3.22.1 to 3.22.2
Bumps alpine from 3.22.1 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edaf19a commit 44a7fc6

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.1 as runtime
22+
FROM --platform=$TARGETPLATFORM alpine:3.22.2 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
@@ -39,7 +39,7 @@ RUN --mount=type=cache,target=target \
3939
AWS_LC_SYS_CFLAGS=$cflags just cni-repair-controller arch="$TARGETARCH" profile=release build && \
4040
mv "target/$target/release/linkerd-cni-repair-controller" .
4141

42-
FROM --platform=$TARGETPLATFORM alpine:3.22.1 as runtime
42+
FROM --platform=$TARGETPLATFORM alpine:3.22.2 as runtime
4343
WORKDIR /linkerd
4444
RUN apk add \
4545
# For inotifywait

0 commit comments

Comments
 (0)