Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pulumi/pulumi-python docker tag to v3.121.0 #269

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pulumi/pulumi-python:3.120.0@sha256:6f8603c82a426a3bd4c2b32b5a2cd21ec5ce9c48016ee49a27a9136fdc1c38d2
FROM pulumi/pulumi-python:3.121.0@sha256:caac9ce89636297be4f7f6e94e64265ac37f3bdcac0b2ce8a8e2cfa52365fbc1

ENV PYTHONUNBUFFERED=1
WORKDIR /opt/resource
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mitol_provision
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mitodl/ol-infrastructure as infra

FROM pulumi/pulumi-python:3.120.0@sha256:6f8603c82a426a3bd4c2b32b5a2cd21ec5ce9c48016ee49a27a9136fdc1c38d2
FROM pulumi/pulumi-python:3.121.0@sha256:caac9ce89636297be4f7f6e94e64265ac37f3bdcac0b2ce8a8e2cfa52365fbc1
ENV PYTHONUNBUFFERED=1
# This is a temporary workaround due to
# https://github.com/protocolbuffers/protobuf/issues/10064 (TMM 2022-06-16)
Expand Down