From 4c8dd26bacd68ca42f8fa14331a9827fe02600fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Sep 2023 05:25:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569446 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2976175 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98f4044fd0..5f4a908460 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.13.2 +FROM alpine:3.18.3 ARG KUBECTL_VERSION="v1.20.5" COPY --from=build /k9s/execs/k9s /bin/k9s