Skip to content

Commit

Permalink
chore(deps): update patch and digest updates (#170)
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 authored Dec 11, 2023
1 parent 8b3ee15 commit d8eab5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.96.1
ENV PULUMI_VERSION=v3.96.2
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 @@ -34,10 +34,10 @@ ARG PULUMI_TLS_VERSION=v5.0.0
ARG PULUMI_RANDOM_VERSION=v4.14.0

# renovate: datasource=github-releases depName=pulumi/pulumi-aws
ARG PULUMI_AWS_VERSION=v6.13.1
ARG PULUMI_AWS_VERSION=v6.13.2

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

RUN dnf install -y python3 python3-pip zstd qemu-img && \
pip install -r requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awscli==1.31.10
awscli==1.31.11

0 comments on commit d8eab5b

Please sign in to comment.