Skip to content

Commit f5f1890

Browse files
chore(deps): bump alpine from 3.21.3 to 3.22.1 (#3479)
Bumps alpine from 3.21.3 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 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 cda4967 commit f5f1890

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
@@ -16,7 +16,7 @@ RUN apk --no-cache add --update make libx11-dev git gcc libc-dev curl \
1616

1717
# -----------------------------------------------------------------------------
1818
# Build the final Docker image
19-
FROM --platform=$BUILDPLATFORM alpine:3.21.3
19+
FROM --platform=$BUILDPLATFORM alpine:3.22.1
2020
ARG KUBECTL_VERSION="v1.32.2"
2121

2222
COPY --from=build /k9s/execs/k9s /bin/k9s

0 commit comments

Comments
 (0)