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 Dec 21, 2023
1 parent f4868b9 commit b37678b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e # v5.4.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down
10 changes: 5 additions & 5 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.2
ENV PULUMI_VERSION=v3.99.0
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz

RUN make build \
Expand All @@ -31,16 +31,16 @@ ARG PULUMI_COMMAND_VERSION=v0.9.2
ARG PULUMI_TLS_VERSION=v5.0.0

# renovate: datasource=github-releases depName=pulumi/pulumi-random
ARG PULUMI_RANDOM_VERSION=v4.14.0
ARG PULUMI_RANDOM_VERSION=v4.15.0

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

# renovate: datasource=github-releases depName=pulumi/pulumi-gcp
ARG PULUMI_GCP_VERSION=v6.65.0
ARG PULUMI_GCP_VERSION=v7.4.0

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

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,2 +1,2 @@
awscli==1.31.12
awscli==1.32.6
gcloud==0.18.3

0 comments on commit b37678b

Please sign in to comment.