Merge pull request #3 from nikdoof/renovate/golang-1.x

chore(deps): update golang docker tag to v1.17.5
This commit is contained in:
2021-12-18 13:09:34 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.4-alpine3.15 as build
FROM golang:1.17.5-alpine3.15 as build
WORKDIR /build
COPY . .
RUN go get -d -v .