Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Jan 25, 2024
1 parent 4701dc3 commit a78cf3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oci/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /workspace
COPY . .

# renovate: datasource=github-releases depName=pulumi/pulumi
ENV PULUMI_VERSION=v3.101.1
ENV PULUMI_VERSION=v3.103.1
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz

RUN make build \
Expand Down Expand Up @@ -37,10 +37,10 @@ ARG PULUMI_RANDOM_VERSION=v4.15.1
ARG PULUMI_AWS_VERSION=v6.18.1

# renovate: datasource=github-releases depName=pulumi/pulumi-gcp
ARG PULUMI_GCP_VERSION=v7.5.0
ARG PULUMI_GCP_VERSION=v7.7.0

# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native
ARG PULUMI_AZURE_NATIVE_VERSION=v2.24.0
ARG PULUMI_AZURE_NATIVE_VERSION=v2.26.1

RUN dnf install -y python3 python3-pip zstd qemu-img && \
pip install -r requirements.txt && \
Expand Down

0 comments on commit a78cf3e

Please sign in to comment.