Skip to content

Commit

Permalink
Increment CI image for local development env
Browse files Browse the repository at this point in the history
  • Loading branch information
bkieft-usa committed Nov 20, 2024
1 parent 1acae30 commit c81fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/local_jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euf -o pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
REPO_DIR=$(dirname "$SCRIPT_DIR")
OUT_DIR="${SCRIPT_DIR}/out"
IMAGE='ghcr.io/biorack/metatlas/metatlas_ci:1.3.0'
IMAGE='ghcr.io/biorack/metatlas/metatlas_ci:1.4.5'
PORT=8888

while [[ "$#" -gt 0 ]]; do
Expand Down

0 comments on commit c81fd3d

Please sign in to comment.