Skip to content

Commit

Permalink
Merge pull request #19 from cmars/snyk-fix-3b2f2d8fbee61ef05e63d9cd7e…
Browse files Browse the repository at this point in the history
…388bba

[Snyk] Security upgrade debian from bullseye to 11
  • Loading branch information
cmars committed Jun 2, 2022
2 parents 5e74e1a + 5959231 commit cc41a5b
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 cc41a5b

Please sign in to comment.