chore(deps): bump golang from 1.17.6 to 1.17.7

Bumps golang from 1.17.6 to 1.17.7.
This commit is contained in:
2022-02-11 11:09:23 +00:00
parent b6789ed64f
commit a5af96c29d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.6 as builder
FROM golang:1.17.7 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get