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

This commit is contained in:
Renovate
2025-08-06 20:58:16 +00:00
parent 2d12077016
commit c1173c20ae
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.5@sha256:0a156a4a26df7babc9944fa442dfe38e9f867b45869e182d056a174b7f949f8c as modules
FROM amd64/golang:1.24.6@sha256:1e13b597ac2fd661f71659cf3b11f20db5c92040cbfc8e12e7feb57f068ad701 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download