Bump golang from 1.21.1 to 1.21.2

Bumps golang from 1.21.1 to 1.21.2.
This commit is contained in:
2023-10-06 19:10:48 +00:00
parent 9a6ff3bf47
commit a600368b97
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.1 as deps
FROM golang:1.21.2 as deps
WORKDIR /build
ADD go.* /build
RUN go mod download