Skip to content

Commit eb7f2c9

Browse files
chore(deps): update registry.suse.com/bci/golang docker tag to v1.24
1 parent 1759e3a commit eb7f2c9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/e2e/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.suse.com/bci/golang:1.23 AS helm
1+
FROM registry.suse.com/bci/golang:1.24 AS helm
22
RUN zypper -n install git
33
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
44
RUN make -C /helm
55

6-
FROM registry.suse.com/bci/golang:1.23
6+
FROM registry.suse.com/bci/golang:1.24
77

88
ARG ARCH=amd64
99
ENV KUBECTL_VERSION v1.21.8

package/Dockerfile-helm-locker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
22
WORKDIR /usr/src/app
33
RUN zypper -n install git vim less file curl wget
44
COPY go.mod go.sum ./

package/Dockerfile-helm-project-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image that provides cross compilation tooling.
22
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
33

4-
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
4+
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55
ARG TARGETARCH
66
ENV BUILD_TARGET="helm-project-operator"
77
WORKDIR /usr/src/app

package/Dockerfile-prometheus-federator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image that provides cross compilation tooling.
22
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
33

4-
FROM registry.suse.com/bci/golang:1.23 AS builder
4+
FROM registry.suse.com/bci/golang:1.24 AS builder
55

66
# Allow chart version config
77
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)