From 9f6ba93e42d57fe584064b3e341dccbb0aa3f85c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 08:39:25 +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-BUSYBOX-1920755 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-2440608 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4350f82ef6..6a108fb80e 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.17 ARG KUBECTL_VERSION="v1.21.2" COPY --from=build /k9s/execs/k9s /bin/k9s