Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jan 23, 2025
2 parents d648c66 + a397e23 commit e01914f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/plural-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM alpine:3.21.2 AS build
ARG TARGETARCH

# renovate: datasource=github-releases depName=plural-cli packageName=pluralsh/plural-cli
ENV PLURAL_VERSION=0.11.1
ENV PLURAL_VERSION=0.11.2
ADD "https://github.com/pluralsh/plural-cli/releases/download/v${PLURAL_VERSION}/plural-cli_${PLURAL_VERSION}_Linux_${TARGETARCH}.tar.gz" /
RUN tar -xzvf /plural-cli_${PLURAL_VERSION}_Linux_${TARGETARCH}.tar.gz plural

# renovate: datasource=github-releases depName=helm packageName=helm/helm versioning=loose
ENV HELM_VERSION=v3.15.1
ENV HELM_VERSION=v3.17.0
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

Expand Down

0 comments on commit e01914f

Please sign in to comment.