Skip to content

Commit

Permalink
Update registry.suse.com/bci/golang Docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jun 25, 2024
1 parent 815c7b5 commit 41f0625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.suse.com/bci/golang:1.19 AS helm
FROM registry.suse.com/bci/golang:1.22 AS helm
RUN zypper -n install git
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
RUN make -C /helm

FROM registry.suse.com/bci/golang:1.19
FROM registry.suse.com/bci/golang:1.22

ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
Expand Down

0 comments on commit 41f0625

Please sign in to comment.