Skip to content

Commit

Permalink
config: Explicitly specify debian base for Pulumi image
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Jan 8, 2025
1 parent 5e93fb9 commit 842e35b
Showing 1 changed file with 1 addition and 1 deletion.
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.145.0@sha256:f6c3671b9873c6e06a039d36f137190c4ef1ced477d06391b8b0c15e26fbf71b
FROM pulumi/pulumi-python:3.145.0-debian
ENV PYTHONUNBUFFERED=1
COPY bin/* /opt/resource/
COPY lib/* /opt/resource/lib/
Expand Down

0 comments on commit 842e35b

Please sign in to comment.