Skip to content

Commit 815587c

Browse files
Update alpine Docker tag to v3.21.3
1 parent 31b10e3 commit 815587c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

images/plural-bundle/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.2 as build
1+
FROM alpine:3.21.3 as build
22
FROM scratch
33
COPY ./run.sh /
44
COPY ./assets /assets

images/plural-cli/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.2 AS build
1+
FROM alpine:3.21.3 AS build
22

33
ARG TARGETARCH
44

@@ -12,7 +12,7 @@ ENV HELM_VERSION=v3.17.0
1212
ADD "https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz" /
1313
RUN tar -xzvf /helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz linux-${TARGETARCH}/helm
1414

15-
FROM --platform=$BUILDPLATFORM alpine:3.21.2
15+
FROM --platform=$BUILDPLATFORM alpine:3.21.3
1616

1717
ARG TARGETARCH
1818

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.2 as build
1+
FROM alpine:3.21.3 as build
22
FROM scratch
33
COPY ./run.sh /
44
COPY ./assets /assets

0 commit comments

Comments
 (0)