Skip to content

Commit

Permalink
Merge pull request #6 from pluralsh/renovate/plural-cli-0.x
Browse files Browse the repository at this point in the history
Update dependency plural-cli to v0.11.2
  • Loading branch information
maciaszczykm authored Jan 22, 2025
2 parents 624ac29 + 2411616 commit a397e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/plural-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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

Expand Down

0 comments on commit a397e23

Please sign in to comment.