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

This commit is contained in:
Renovate
2024-06-04 22:57:20 +00:00
parent a43c80cd9e
commit d2f1339e03
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.3 as build
FROM golang:1.22.4 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build