File tree 3 files changed +4
-4
lines changed
plural-trust-manager-bundle
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.21.2 as build
1
+ FROM alpine:3.21.3 as build
2
2
FROM scratch
3
3
COPY ./run.sh /
4
4
COPY ./assets /assets
Original file line number Diff line number Diff line change 1
- FROM alpine:3.21.2 AS build
1
+ FROM alpine:3.21.3 AS build
2
2
3
3
ARG TARGETARCH
4
4
@@ -12,7 +12,7 @@ ENV HELM_VERSION=v3.17.0
12
12
ADD "https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz" /
13
13
RUN tar -xzvf /helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz linux-${TARGETARCH}/helm
14
14
15
- FROM --platform=$BUILDPLATFORM alpine:3.21.2
15
+ FROM --platform=$BUILDPLATFORM alpine:3.21.3
16
16
17
17
ARG TARGETARCH
18
18
Original file line number Diff line number Diff line change 1
- FROM alpine:3.21.2 as build
1
+ FROM alpine:3.21.3 as build
2
2
FROM scratch
3
3
COPY ./run.sh /
4
4
COPY ./assets /assets
You can’t perform that action at this time.
0 commit comments