Skip to content

Commit

Permalink
Merge pull request #105 from intergral/snyk-fix-bade6fc51283cf5342cbf…
Browse files Browse the repository at this point in the history
…6666e41635c

[Snyk] Security upgrade alpine from 3.16 to 3.19.3
  • Loading branch information
Umaaz authored Aug 5, 2024
2 parents 22113b6 + d407dda commit 04a0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deep/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-${TARGETARCH} /deep
Expand Down

0 comments on commit 04a0667

Please sign in to comment.