Skip to content

Commit

Permalink
Pin to prior JSII image
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Jan 5, 2023
1 parent e42a11f commit 9bdfd1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/jsii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
git diff --ignore-space-at-eol --exit-code
container:
image: jsii/superchain:1-buster-slim-node16
# 2023-01-04 release broke the build
# ModuleNotFoundError: No module named 'pip._vendor.cachecontrol'
# AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
# image: jsii/superchain:1-buster-slim-node16
image: jsii/superchain@sha256:59ec6f7ebea621ab099ceb1eb3a2ac0129a2062f570d78993a39a69b06f93ccb
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ jobs:
name: cdk-construct-dist
path: packages/cdk-construct/dist
container:
image: jsii/superchain:1-buster-slim-node16
# 2023-01-04 release broke the build
# ModuleNotFoundError: No module named 'pip._vendor.cachecontrol'
# AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
# image: jsii/superchain:1-buster-slim-node16
image: jsii/superchain@sha256:59ec6f7ebea621ab099ceb1eb3a2ac0129a2062f570d78993a39a69b06f93ccb

#
# Release Assets
Expand Down

0 comments on commit 9bdfd1d

Please sign in to comment.