Skip to content

Commit 6334c61

Browse files
Bump alpine from 3.20.0 to 3.20.2
Bumps alpine from 3.20.0 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e1a29f commit 6334c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk --no-cache add --update make libx11-dev git gcc libc-dev curl && make bu
1212
# -----------------------------------------------------------------------------
1313
# Build the final Docker image
1414

15-
FROM alpine:3.20.0
15+
FROM alpine:3.20.2
1616
ARG KUBECTL_VERSION="v1.29.0"
1717

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

0 commit comments

Comments
 (0)