Skip to content

Commit

Permalink
Update pulumi/pulumi-base Docker tag to v3.143.0 (#287)
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 Dec 12, 2024
1 parent 54b5230 commit 90e2dfc
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.142.0-debian AS pulumi
FROM --platform=$BUILDPLATFORM pulumi/pulumi-base:3.143.0-debian AS pulumi
COPY --from=build /out/pulumi-resource-baremetal /plugins/
ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 90e2dfc

Please sign in to comment.