chore(deps): update golang docker tag to v1.23.2

This commit is contained in:
Renovate
2024-10-02 02:00:28 +00:00
parent ee1067914c
commit 89ef3fb38c
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.1 as build
FROM golang:1.23.2 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build