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

This commit is contained in:
Renovate
2024-08-07 01:54:32 +00:00
parent 4c1f31fab0
commit 46e2c9a147
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.5 as build
FROM golang:1.22.6 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build