Skip to content

Commit

Permalink
DEVEX-2419 release dxCompiler 2.11.8
Browse files Browse the repository at this point in the history
(fix) docker.env - revert
(fix) docker_test.env - revert/delete
(fix) test.sh - revert
(fix) Dockerfile - correct path
  • Loading branch information
Gvaihir committed Oct 24, 2024
1 parent cef4ad0 commit 378f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_image/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ rm -f "${base_dir}/dxCompiler-${VERSION}.jar"
wget https://github.com/dnanexus/dxCompiler/releases/download/${VERSION}/dxCompiler-${VERSION}.jar -O "${base_dir}/dxCompiler-${VERSION}.jar"

# echo "Building Docker image"
docker build -f "${base_dir}/Dockerfile" --build-arg VERSION=${VERSION} BASE_DIR=${base_dir} -t dnanexus/dxcompiler:${VERSION} .
docker build -f "${base_dir}/Dockerfile" --build-arg VERSION=${VERSION} --build-arg BASE_DIR=${base_dir} -t dnanexus/dxcompiler:${VERSION} .

0 comments on commit 378f183

Please sign in to comment.