chore(deps): update golang docker tag to v1.17.5

This commit is contained in:
Renovate Bot
2021-12-09 18:07:15 +00:00
parent 0a8edc22d6
commit 0e3bc340f9

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 .