-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
8362d19
commit af1ab7b
Showing
4 changed files
with
171 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,14 @@ WORKDIR /workspace | |
COPY . . | ||
|
||
# renovate: datasource=github-releases depName=pulumi/pulumi | ||
ENV PULUMI_VERSION 3.116.1 | ||
ENV PULUMI_VERSION 3.119.0 | ||
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/v${PULUMI_VERSION}/pulumi-v${PULUMI_VERSION}-linux-x64.tar.gz | ||
|
||
RUN make build \ | ||
&& curl -L ${PULUMI_URL} -o pulumicli.tar.gz \ | ||
&& tar -xzvf pulumicli.tar.gz | ||
|
||
FROM registry.access.redhat.com/ubi9/ubi | ||
FROM registry.access.redhat.com/ubi9/ubi@sha256:d31d3e5e92c0c47277c5011c0326b285ab7ae627eff036133be1dccc4208004d | ||
|
||
LABEL org.opencontainers.image.authors="Adrian Riobo<[email protected]>" | ||
|
||
|
@@ -33,11 +33,11 @@ ENV AZ_CLI_RPM https://packages.microsoft.com/rhel/9.0/prod/Packages/a/azure-cli | |
|
||
# Pulumi plugins | ||
# renovate: datasource=github-releases depName=pulumi/pulumi-aws | ||
ARG PULUMI_AWS_VERSION=v6.37.1 | ||
ARG PULUMI_AWS_VERSION=v6.39.0 | ||
# renovate: datasource=github-releases depName=pulumi/pulumi-aws | ||
ARG PULUMI_AWSX_VERSION=v2.3.0 | ||
ARG PULUMI_AWSX_VERSION=v6.39.0 | ||
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native | ||
ARG PULUMI_AZURE_NATIVE_VERSION=v2.42.1 | ||
ARG PULUMI_AZURE_NATIVE_VERSION=v2.45.0 | ||
# renovate: datasource=github-releases depName=pulumi/pulumi-command | ||
ARG PULUMI_COMMAND_VERSION=v0.11.1 | ||
# renovate: datasource=github-releases depName=pulumi/pulumi-tls | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.