Skip to content

Commit

Permalink
fix: cmd/deep/Dockerfile_debug to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 28, 2024
1 parent 22113b6 commit 95b4da0
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 95b4da0

Please sign in to comment.