Skip to content

Commit

Permalink
Update pulumi/pulumi-base Docker tag to v3.134.1 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent f43dfb9 commit 1045b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-baremetal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ FROM --platform=$BUILDPLATFORM scratch AS bin
COPY --from=build /out/pulumi-resource-baremetal /
ENTRYPOINT [ "/pulumi-resource-baremetal" ]

FROM --platform=$BUILDPLATFORM pulumi/pulumi-base:3.134.0-debian AS pulumi
FROM --platform=$BUILDPLATFORM pulumi/pulumi-base:3.134.1-debian AS pulumi
COPY --from=build /out/pulumi-resource-baremetal /plugins/
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 1045b2e

Please sign in to comment.