Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars and snyk-bot committed Feb 7, 2024
1 parent 55f0e52 commit 82d0557
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:bookworm-20231030 as build
FROM debian:bookworm-20240130 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 82d0557

Please sign in to comment.