@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/apptainer && \
8787To build a stable version of Singularity, check out a [ release tag] ( https://github.com/apptainer/singularity/tags ) before compiling:
8888
8989```
90- $ git checkout v3.8.6
90+ $ git checkout v3.8.7
9191```
9292
9393## Compiling Singularity
@@ -147,7 +147,7 @@ Download the latest
147147and use it to install the RPM like this:
148148
149149```
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
151151
152152$ wget https://github.com/apptainer/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz && \
153153 rpmbuild -tb singularity-${VERSION}.tar.gz && \
@@ -161,7 +161,7 @@ for example like this if you already have a new enough golang first
161161in your PATH:
162162
163163```
164- VERSION=3.8.6 # this is the singularity version, change as you need
164+ VERSION=3.8.7 # this is the singularity version, change as you need
165165./mconfig
166166make -C builddir rpm
167167sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-${VERSION}* .x86_64.rpm
@@ -175,7 +175,7 @@ tarball and use it to install Singularity:
175175$ cd $GOPATH/src/github.com/apptainer/singularity && \
176176 ./mconfig && \
177177 make -C builddir rpm && \
178- sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.6 * .x86_64.rpm # or whatever version you built
178+ sudo rpm -ivh ~ /rpmbuild/RPMS/x86_64/singularity-3.8.7 * .x86_64.rpm # or whatever version you built
179179```
180180
181181To build an rpm with an alternative install prefix set RPMPREFIX on the
0 commit comments