Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 19, 2024
1 parent 1532687 commit 69db380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 as builder
FROM alpine:3 as builder

RUN apk add --no-cache ca-certificates curl

Expand All @@ -9,7 +9,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECT
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
kubectl version --client=true

FROM alpine:3.19 as flux-cli
FROM alpine:3 as flux-cli

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 69db380

Please sign in to comment.