chore(deps): bump golang from 1.21.5 to 1.21.6

Bumps golang from 1.21.5 to 1.21.6.
This commit is contained in:
2024-01-10 11:09:47 +00:00
parent 5eccfbada8
commit 4aeee82019
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.5 as builder
FROM golang:1.21.6 as builder
WORKDIR /go/src/gitlab.com/unboundsoftware/dancefinder/geo-service
COPY * ./
RUN go get