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/apptainer/singularity/tags) before compiling:
88
88
89
89
```
90
-
$ git checkout v3.8.6
90
+
$ git checkout v3.8.7
91
91
```
92
92
93
93
## Compiling Singularity
@@ -147,7 +147,7 @@ Download the latest
147
147
and use it to install the RPM like this:
148
148
149
149
```
150
-
$ export VERSION=3.8.6 # this is the singularity version, change as you need
150
+
$ export VERSION=3.8.7 # this is the singularity version, change as you need
0 commit comments