chore(deps): bump golang from 1.17.7 to 1.17.8

Bumps golang from 1.17.7 to 1.17.8.
This commit is contained in:
2022-03-05 11:09:11 +00:00
parent 8bc5b8f29d
commit 3a9dc86937
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.7 as builder
FROM golang:1.17.8 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get