Skip to content

Commit

Permalink
fix: boilerplate/flyte/golang_dockerfile/Dockerfile.GoTemplate to red…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Nov 17, 2021
1 parent 9843fa0 commit fc3fa1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc3fa1a

Please sign in to comment.