Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 41f0625

Browse files
Update registry.suse.com/bci/golang Docker tag to v1.22
1 parent 815c7b5 commit 41f0625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dapper

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.19 AS helm
1+
FROM registry.suse.com/bci/golang:1.22 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.19
6+
FROM registry.suse.com/bci/golang:1.22
77

88
ARG DAPPER_HOST_ARCH
99
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}

0 commit comments

Comments
 (0)