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

This commit is contained in:
Renovate
2024-07-03 01:57:45 +00:00
parent a3b4ae5a50
commit ef1c9649ff
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.4 as build
FROM golang:1.22.5 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build