Skip to content

Commit 561bec7

Browse files
authored
Merge pull request #80 from rancher/updatecli_master_d7f92eb0a3abcc03eb3474bea328769484d749891e0e93b7e9b5db417816ef2d
Bump build base version to v1.24.13b1
2 parents 033e6fc + abb1ef5 commit 561bec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
2-
ARG GO_IMAGE=rancher/hardened-build-base:v1.24.12b1
2+
ARG GO_IMAGE=rancher/hardened-build-base:v1.24.13b1
33
FROM ${BCI_IMAGE} as bci
44
FROM ${GO_IMAGE} as builder
55
ARG GOOS="linux"

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
2-
ARG GO_IMAGE=rancher/hardened-build-base:v1.24.12b1
2+
ARG GO_IMAGE=rancher/hardened-build-base:v1.24.13b1
33
FROM ${BCI_IMAGE} as bci
44
FROM ${GO_IMAGE} as builder
55
ARG ARCH="amd64"

0 commit comments

Comments
 (0)