Skip to content

Commit

Permalink
Fix repo2docker version (#139)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
edoardob90 authored Oct 4, 2023
1 parent b59b378 commit a2c2512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2023.06.0

0 comments on commit a2c2512

Please sign in to comment.