We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005dce0 commit 9ece6a0Copy full SHA for 9ece6a0
docker/Dockerfile
@@ -54,7 +54,7 @@ RUN wget https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-lin
54
ENV HOST_CPU_CORES=8 \
55
CASA_BUILD_TYPE=Release \
56
CASA_ARCH=linux64 \
57
- CASA_BRANCH=release/5.1.1 \
+ CASA_BRANCH=release/5.1.2 \
58
workDir=/usr/local/casa \
59
CASAPATH="$workDir $CASA_ARCH"
60
singularity/Singularity
@@ -74,7 +74,7 @@ IncludeCmd: no
74
export HOST_CPU_CORES=4
75
export CASA_BUILD_TYPE=Release
76
export CASA_ARCH=linux64
77
- export CASA_BRANCH=release/5.1.1
+ export CASA_BRANCH=release/5.1.2
78
export workDir=/usr/local/casa
79
export CASAPATH="$workDir $CASA_ARCH"
80
0 commit comments