chore(deps): bump golang from 1.21.3 to 1.21.4

Bumps golang from 1.21.3 to 1.21.4.
This commit is contained in:
2023-11-08 11:09:23 +00:00
parent ea479f270b
commit e9482e07ce
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.3 as builder
FROM golang:1.21.4 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get