From fc3fa1adab49d74b4f22c5e9986bc11c2bdc0263 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 17 Nov 2021 20:32:33 +0100 Subject: [PATCH] fix: boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate to reduce vulnerabilities (#292) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920740 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920741 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920749 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920753 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1920756 Signed-off-by: Katrina Rogan --- .../boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyteadmin/boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate b/flyteadmin/boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate index 98fc70e001..0334cae08d 100644 --- a/flyteadmin/boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate +++ b/flyteadmin/boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate @@ -24,7 +24,7 @@ RUN make linux_compile ENV PATH="/artifacts:${PATH}" # This will eventually move to centurylink/ca-certs:latest for minimum possible image size -FROM alpine:3.11.12 +FROM alpine:3.13.7 COPY --from=builder /artifacts /bin RUN apk --update add ca-certificates