File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ presubmits:
2121 preset-goproxy : " true"
2222 spec :
2323 containers :
24- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
24+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
2525 command :
2626 - hack/ci/verify.sh
2727 resources :
@@ -37,7 +37,7 @@ presubmits:
3737 preset-goproxy : " true"
3838 spec :
3939 containers :
40- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
40+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
4141 command :
4242 - make
4343 - lint
@@ -54,7 +54,7 @@ presubmits:
5454 preset-goproxy : " true"
5555 spec :
5656 containers :
57- - image : quay.io/containers/buildah:v1.30 .0
57+ - image : quay.io/containers/buildah:v1.38 .0
5858 command :
5959 - hack/ci/build-image.sh
6060 env :
@@ -76,7 +76,7 @@ presubmits:
7676 preset-goproxy : " true"
7777 spec :
7878 containers :
79- - image : ghcr.io/kcp-dev/infra/build:1.23.4-3
79+ - image : ghcr.io/kcp-dev/infra/build:1.23.5-1
8080 command :
8181 - make
8282 - test
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.4 AS builder
15+ FROM --platform=${BUILDPLATFORM} docker.io/golang:1.23.5 AS builder
1616ARG TARGETOS
1717ARG TARGETARCH
1818
You can’t perform that action at this time.
0 commit comments