Skip to content

Commit

Permalink
fix(node): Bring back NodeJS arg to local docker_build script
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro authored and fviernau committed Oct 2, 2023
1 parent b72436d commit cf14991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ docker buildx build \
--tag "${DOCKER_IMAGE_ROOT}/ort-extended:$ORT_VERSION" \
--tag "${DOCKER_IMAGE_ROOT}/ort-extended:latest" \
--build-arg ORT_VERSION="$ORT_VERSION" \
--build-arg NODEJS_VERSION="$NODEJS_VERSION" \
--build-context "ort=docker-image://${DOCKER_IMAGE_ROOT}/ort:${ORT_VERSION}" \
--build-context "sbt=docker-image://${DOCKER_IMAGE_ROOT}/ort/sbt:latest" \
--build-context "dotnet=docker-image://${DOCKER_IMAGE_ROOT}/ort/dotnet:latest" \
Expand Down

0 comments on commit cf14991

Please sign in to comment.