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

This commit is contained in:
Renovate
2024-04-03 19:53:48 +00:00
parent 21eb0a5e5b
commit 4b63839e87
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.1 as build
FROM golang:1.22.2 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build