Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars and snyk-bot authored May 14, 2024
1 parent 4ea85e2 commit d608c0c
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.22 as golang

FROM debian:bookworm-20240423 as build
FROM debian:bookworm-20240513 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 d608c0c

Please sign in to comment.