Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/plural-bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.22.0 as build
FROM alpine:3.22.1 as build

Check warning on line 1 in images/plural-bundle/Dockerfile

View workflow job for this annotation

GitHub Actions / Build plural-bundle image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM scratch
COPY ./run.sh /
COPY ./assets /assets
4 changes: 2 additions & 2 deletions images/plural-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.22.0 AS build
FROM alpine:3.22.1 AS build

ARG TARGETARCH

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

FROM --platform=$BUILDPLATFORM alpine:3.22.0
FROM --platform=$BUILDPLATFORM alpine:3.22.1

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion images/plural-trust-manager-bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.22.0 as build
FROM alpine:3.22.1 as build

Check warning on line 1 in images/plural-trust-manager-bundle/Dockerfile

View workflow job for this annotation

GitHub Actions / Build plural-trust-manager-bundle image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
FROM scratch
COPY ./run.sh /
COPY ./assets /assets