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

This commit is contained in:
Renovate
2025-05-06 20:54:50 +00:00
parent 36a387040f
commit aa8363428f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.2@sha256:bf7899c8be72a3edea21ba81f3d826306205e6de84c57d6d7d2da3e447d728e8 as modules
FROM amd64/golang:1.24.3@sha256:f169469d1e8328fd0e26a2b5156f670922a2afc0ca8c984ec17e1be51ca94c30 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download