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

This commit is contained in:
Renovate
2024-06-04 22:55:11 +00:00
parent b50c23695e
commit 52eecfb0e8
+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