Update golang Docker tag to v1.17 #3

Merged
renovate[bot] merged 1 commits from renovate/golang-1.x into main 2021-10-19 21:49:07 +00:00
Showing only changes of commit f970dd9414 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as build
FROM golang:1.17-alpine as build
WORKDIR /go/src/app
COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app