Skip to content

Commit 34e95b2

Browse files
chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent c177e79 commit 34e95b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker image (post merge)
42-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
42+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
4343
with:
4444
context: .
4545
file: ./oci/Containerfile

oci/Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /workspace
55
COPY . .
66

77
# renovate: datasource=github-releases depName=pulumi/pulumi
8-
ENV PULUMI_VERSION=v3.107.0
8+
ENV PULUMI_VERSION=v3.109.0
99
ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz
1010

1111
RUN make build \
@@ -31,13 +31,13 @@ ARG PULUMI_COMMAND_VERSION=v0.9.2
3131
ARG PULUMI_TLS_VERSION=v5.0.1
3232

3333
# renovate: datasource=github-releases depName=pulumi/pulumi-random
34-
ARG PULUMI_RANDOM_VERSION=v4.15.1
34+
ARG PULUMI_RANDOM_VERSION=v4.16.0
3535

3636
# renovate: datasource=github-releases depName=pulumi/pulumi-aws
37-
ARG PULUMI_AWS_VERSION=v6.23.0
37+
ARG PULUMI_AWS_VERSION=v6.25.0
3838

3939
# renovate: datasource=github-releases depName=pulumi/pulumi-gcp
40-
ARG PULUMI_GCP_VERSION=v7.11.0
40+
ARG PULUMI_GCP_VERSION=v7.13.0
4141

4242
# renovate: datasource=github-releases depName=pulumi/pulumi-azure-native
4343
ARG PULUMI_AZURE_NATIVE_VERSION=v2.30.0

0 commit comments

Comments
 (0)