Skip to content

Commit

Permalink
fix: build/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 29, 2022
1 parent 5e74e1a commit 5959231
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.17 as golang

FROM debian:bullseye as build
FROM debian:11 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 5959231

Please sign in to comment.