Skip to content

Commit

Permalink
fix(docker): fixed dockerfile golang version.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 21, 2022
1 parent f3f6100 commit 7c4fe82
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,4 +1,4 @@
FROM golang:1.14-buster AS builder
FROM golang:1.17-buster AS builder

ENV GO111MODULE on
ENV CGO_ENABLED 0
Expand Down

0 comments on commit 7c4fe82

Please sign in to comment.