Skip to content

Commit

Permalink
Merge pull request #106 from intergral/snyk-fix-d6acbb79063c074fa78ff…
Browse files Browse the repository at this point in the history
…6adeb1a4603

[Snyk] Security upgrade alpine from 3.16 to 3.19.3
  • Loading branch information
Umaaz authored Aug 5, 2024
2 parents 04a0667 + 95b4da0 commit 673c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deep/Dockerfile_debug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:alpine AS build-dlv

RUN go install github.com/go-delve/delve/cmd/dlv@latest

FROM alpine:3.16 as certs
FROM alpine:3.19.3 as certs
RUN apk --update add ca-certificates bash
ARG TARGETARCH
COPY bin/linux/deep-${TARGETARCH} /deep
Expand Down

0 comments on commit 673c462

Please sign in to comment.