chore(deps): bump golang from 1.21.4 to 1.21.5

Bumps golang from 1.21.4 to 1.21.5.
This commit is contained in:
2023-12-06 11:09:21 +00:00
parent a024357c39
commit 5eccfbada8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.4 as builder
FROM golang:1.21.5 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get