chore(deps): bump golang from 1.17.0 to 1.17.3

Bumps golang from 1.17.0 to 1.17.3.
This commit is contained in:
2021-11-09 11:09:28 +00:00
parent a7a550b457
commit 9fd38e7112
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.0 as builder
FROM golang:1.17.3 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get