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.114.0 #251

Merged
merged 1 commit into from
Apr 27, 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.113.3@sha256:30b08be39ad80088bd4bf2568935d2013c7d81f4c5c210eb28954058ef33f81d
FROM pulumi/pulumi-python:3.114.0@sha256:83a58affd6075dcbe1eb05b8ffcd9d40f00707243bff0bb971a84836c098cb37

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.113.3@sha256:30b08be39ad80088bd4bf2568935d2013c7d81f4c5c210eb28954058ef33f81d
FROM pulumi/pulumi-python:3.114.0@sha256:83a58affd6075dcbe1eb05b8ffcd9d40f00707243bff0bb971a84836c098cb37
ENV PYTHONUNBUFFERED=1
# This is a temporary workaround due to
# https://github.com/protocolbuffers/protobuf/issues/10064 (TMM 2022-06-16)
Expand Down