From 0c58b826c803517e13d0f0e5e36cf7b00e01983e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 06:33:42 +0000 Subject: [PATCH] fix: Dockerfile.flyteadmin to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 --- Dockerfile.flyteadmin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.flyteadmin b/Dockerfile.flyteadmin index fa8b3acbd3..0a1acac64f 100644 --- a/Dockerfile.flyteadmin +++ b/Dockerfile.flyteadmin @@ -40,7 +40,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.18 +FROM alpine:3.21.0 LABEL org.opencontainers.image.source https://github.com/flyteorg/flyteadmin COPY --from=builder /artifacts /bin