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

This commit is contained in:
Renovate
2024-03-05 19:59:19 +00:00
parent 86667bbf22
commit 35e4352df6
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.0 as build
FROM golang:1.22.1 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build