Skip to content

Commit 9848c90

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

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
@@ -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.2
15+
FROM alpine:3.20.3
1616
ARG KUBECTL_VERSION="v1.29.0"
1717

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

0 commit comments

Comments
 (0)