Skip to content

Commit a2c2512

Browse files
authored
Fix repo2docker version (#139)
It seems that a recent update to Mamba is causing a problem when building the Docker image from the repo via repo2docker. See jupyterhub/mybinder.org-deploy#2714. This PR fixes the version of `repo2docker` to the last one that didn't have this problem, and the image is built correctly.
1 parent b59b378 commit a2c2512

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2828
DOCKER_REGISTRY: ghcr.io
2929
IMAGE_NAME: ${{ github.repository }}
30+
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2023.06.0

0 commit comments

Comments
 (0)