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

This commit is contained in:
Renovate
2024-05-07 19:56:42 +00:00
parent 932b6d2071
commit a43c80cd9e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.2 as build
FROM golang:1.22.3 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build