diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-14 12:10:30 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-14 11:30:46 +0000 |
| commit | 03fcfc4b7385b545a89a3fc62bef4e1ec7532e0d (patch) | |
| tree | 65b3a4f19d991d2d692a4ebb84da499e653b5a39 /syz-cluster/controller | |
| parent | 631d707cbad63e35e627518714ddc3ceb6b102b2 (diff) | |
syz-cluster: update Go version in Dockerfiles
For some reason, it does not download the newer toolchain versions
automatically.
Diffstat (limited to 'syz-cluster/controller')
| -rw-r--r-- | syz-cluster/controller/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/controller/Dockerfile b/syz-cluster/controller/Dockerfile index 7b05e16fe..4588f8a0d 100644 --- a/syz-cluster/controller/Dockerfile +++ b/syz-cluster/controller/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine AS controller-builder +FROM golang:1.24-alpine AS controller-builder WORKDIR /build |
