File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN go mod download
66COPY . .
77RUN BUILD_TARGET=helm-locker make build
88
9- FROM registry.suse.com/bci/bci-micro:15.6
9+ FROM registry.suse.com/bci/bci-micro:15.7
1010RUN echo 'helmlocker:x:1000:1000::/home/helmlocker:/bin/bash' >> /etc/passwd && \
1111 echo 'helmlocker:x:1000:' >> /etc/group && \
1212 mkdir /home/helmlocker && \
Original file line number Diff line number Diff line change 11# Image that provides cross compilation tooling.
2- FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
2+ FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx
33
44FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55ARG TARGETARCH
Original file line number Diff line number Diff line change 11# Image that provides cross compilation tooling.
2- FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
2+ FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx
33
44FROM registry.suse.com/bci/golang:1.24 AS builder
55
You can’t perform that action at this time.
0 commit comments