File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515# deps builds binaries in an isolated environment to avoid
1616# funkiness in the hermetic build.
17- FROM google-go.pkg.dev/golang:1.24.4 @sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a AS deps
17+ FROM google-go.pkg.dev/golang:1.24.5 @sha256:579ae701e259b1bb4200e2f5713751c62401220277df267c6914e06df12f1a9b AS deps
1818WORKDIR /workspace
1919
2020RUN go install github.com/bwplotka/bingo@v0.9.0
@@ -23,7 +23,7 @@ RUN bingo -v get # TODO(bwplotka): It takes 177s in docker container with colima
2323
2424# hermetic is a lite copy of the repo resources used in building
2525# testing in a hermetic, idempotent, and reproducable environment.
26- FROM google-go.pkg.dev/golang:1.24.4 @sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a AS hermetic
26+ FROM google-go.pkg.dev/golang:1.24.5 @sha256:579ae701e259b1bb4200e2f5713751c62401220277df267c6914e06df12f1a9b AS hermetic
2727
2828COPY --from=deps /go/bin /go/bin
2929ARG RUNCMD='go fmt ./...'
@@ -67,8 +67,8 @@ COPY --from=hermetic /workspace/charts charts
6767COPY --from=hermetic /workspace/e2e e2e
6868
6969# # kindtest image for running tests against kind cluster in hermetic environment.
70- FROM google-go.pkg.dev/golang:1.24.4 @sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a AS buildbase
71- FROM docker:28.2 -cli AS docker
70+ FROM google-go.pkg.dev/golang:1.24.5 @sha256:579ae701e259b1bb4200e2f5713751c62401220277df267c6914e06df12f1a9b AS buildbase
71+ FROM docker:28.3 -cli AS docker
7272FROM debian:stable-slim AS kindtest
7373
7474WORKDIR /build
You can’t perform that action at this time.
0 commit comments