From f0ab40293eed96299a327ac5b3306fc9048e7da1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 04:18:34 +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-1920713 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-1920718 --- 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