Skip to content

Commit

Permalink
fix: pin golang build image to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3s-s committed Sep 29, 2021
1 parent 9960315 commit db8bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:latest AS build
FROM golang:1.17.1 AS build

WORKDIR /
ENV GO111MODULE=on
Expand Down

0 comments on commit db8bb85

Please sign in to comment.