Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

[Snyk] Security upgrade alpine from 3.13.7 to 3.18.3 #598

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.7
FROM alpine:3.18.3
COPY --from=builder /artifacts /bin

RUN apk --update add ca-certificates
Expand Down
Loading