chore(deps): bump golang from 1.18.4 to 1.18.5

Bumps golang from 1.18.4 to 1.18.5.
This commit is contained in:
2022-08-02 11:09:13 +00:00
parent 4a2e715379
commit c546fc1373
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18.4 as builder
FROM golang:1.18.5 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get