You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build a stable version of Singularity, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
86
86
87
87
```
88
-
$ git checkout v3.3.0
88
+
$ git checkout v3.4.0
89
89
```
90
90
91
91
## Compiling Singularity
@@ -128,7 +128,7 @@ as shown above. Then download the latest
128
128
and use it to install the RPM like this:
129
129
130
130
```
131
-
$ export VERSION=3.3.0 # this is the singularity version, change as you need
131
+
$ export VERSION=3.4.0 # this is the singularity version, change as you need
0 commit comments