chore(deps): bump golang from 1.17.4 to 1.17.5

Bumps golang from 1.17.4 to 1.17.5.
This commit is contained in:
2021-12-10 11:09:39 +00:00
parent 58f7848c4a
commit 0e01c6d904
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.17.4 as builder
FROM golang:1.17.5 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get