Skip to content

Commit 2b220ec

Browse files
Update Docker File Deps
1 parent 252b46b commit 2b220ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package/Dockerfile-helm-locker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN go mod download
66
COPY . .
77
RUN 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
1010
RUN echo 'helmlocker:x:1000:1000::/home/helmlocker:/bin/bash' >> /etc/passwd && \
1111
echo 'helmlocker:x:1000:' >> /etc/group && \
1212
mkdir /home/helmlocker && \

package/Dockerfile-helm-project-operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55
ARG TARGETARCH

package/Dockerfile-prometheus-federator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
FROM registry.suse.com/bci/golang:1.24 AS builder
55

0 commit comments

Comments
 (0)