Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent bcf3810 commit f0ab402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk --no-cache add make git gcc libc-dev curl && make build
# -----------------------------------------------------------------------------
# Build the final Docker image

FROM alpine:3.14.1
FROM alpine:3.17
ARG KUBECTL_VERSION="v1.21.2"

COPY --from=build /k9s/execs/k9s /bin/k9s
Expand Down

0 comments on commit f0ab402

Please sign in to comment.