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

This commit is contained in:
Renovate
2024-07-03 01:55:21 +00:00
parent 6f83ca558e
commit a24bcedc09
+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