Skip to content

Commit

Permalink
chore: Update docker-stacks HEAD_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
edurenye committed Dec 5, 2024
1 parent 2519ffc commit 5375146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-Dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(cd -P -- "$(dirname -- "$0")" && pwd -P)
export DOCKERFILE=".build/Dockerfile"
export STACKS_DIR=".build/docker-stacks"
# please test the build of the commit in https://github.com/jupyter/docker-stacks/commits/main in advance
export HEAD_COMMIT="00987883e58d139b5ed01f803f95e639c59bf340"
export HEAD_COMMIT="7bdb19cc1be5d9fcd3f41ce317e2ac741830472a"

while [[ "$#" -gt 0 ]]; do case $1 in
-p|--pw|--password) PASSWORD="$2" && USE_PASSWORD=1; shift;;
Expand Down

0 comments on commit 5375146

Please sign in to comment.