@@ -22,8 +22,8 @@ sudo apt-get install -y \
22
22
cryptsetup \
23
23
fuse2fs \
24
24
git \
25
- fuse \
26
- libfuse -dev \
25
+ fuse3 \
26
+ libfuse3 -dev \
27
27
libseccomp-dev \
28
28
libtool \
29
29
pkg-config \
@@ -130,7 +130,7 @@ containers in an OCI lifecycle then `conmon` is required.
130
130
` conmon ` is available as a package for Ubuntu 24.10+ and Debian 12+
131
131
132
132
``` sh
133
- sudo apt get install conmon
133
+ sudo apt- get install conmon
134
134
```
135
135
136
136
On older versions, use the latest binary from the [ conmon GitHub
@@ -227,11 +227,11 @@ git submodule update --init
227
227
By default your clone will be on the ` main ` branch which is where development
228
228
of SingularityCE happens. To build a specific version of SingularityCE, check
229
229
out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
230
- compiling. E.g. to build the 4.3.0 release, checkout the
231
- ` v4.3.0 ` tag:
230
+ compiling. E.g. to build the 4.3.2 release, checkout the
231
+ ` v4.3.2 ` tag:
232
232
233
233
``` sh
234
- git checkout --recurse-submodules v4.3.0
234
+ git checkout --recurse-submodules v4.3.2
235
235
```
236
236
237
237
## Compiling SingularityCE
@@ -334,7 +334,7 @@ build and install the RPM like this:
334
334
<!-- markdownlint-disable MD013 -->
335
335
336
336
``` sh
337
- export VERSION=4.3.0 # this is the singularity version, change as you need
337
+ export VERSION=4.3.2 # this is the singularity version, change as you need
338
338
339
339
# Fetch the source
340
340
wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
0 commit comments