Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars and snyk-bot committed Nov 28, 2023
1 parent 12a5d59 commit 55f0e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.20 as golang

FROM debian:11 as build
FROM debian:bookworm-20231030 as build
COPY --from=golang /usr/local/go /usr/local/go
ENV PATH=/usr/local/go/bin:$PATH
ENV GOPATH=${GOPATH:-/go}
Expand Down

0 comments on commit 55f0e52

Please sign in to comment.