Skip to content

Commit

Permalink
Merge pull request #107 from intergral/snyk-fix-2a89fda253ba99b87c99c…
Browse files Browse the repository at this point in the history
…fa27bb2adc3

[Snyk] Security upgrade alpine from 3.16 to 3.19.3
  • Loading branch information
Umaaz authored Aug 5, 2024
2 parents 673c462 + eaf779c commit 39c03fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deep-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 as certs
FROM alpine:3.19.3 as certs
RUN apk --update add ca-certificates
ARG TARGETARCH
COPY bin/linux/deep-cli-${TARGETARCH} /deep-cli
Expand Down

0 comments on commit 39c03fc

Please sign in to comment.