From 4f1ce163e66fe1a46495f52788020ad9a4a5fc2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 20:03:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314637 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4350f82ef6..e87acc8d5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.20.3 ARG KUBECTL_VERSION="v1.21.2" COPY --from=build /k9s/execs/k9s /bin/k9s