@@ -22,8 +22,8 @@ sudo apt-get install -y \
2222 cryptsetup \
2323 fuse2fs \
2424 git \
25- fuse \
26- libfuse -dev \
25+ fuse3 \
26+ libfuse3 -dev \
2727 libseccomp-dev \
2828 libtool \
2929 pkg-config \
@@ -130,7 +130,7 @@ containers in an OCI lifecycle then `conmon` is required.
130130` conmon ` is available as a package for Ubuntu 24.10+ and Debian 12+
131131
132132``` sh
133- sudo apt get install conmon
133+ sudo apt- get install conmon
134134```
135135
136136On older versions, use the latest binary from the [ conmon GitHub
@@ -227,11 +227,11 @@ git submodule update --init
227227By default your clone will be on the ` main ` branch which is where development
228228of SingularityCE happens. To build a specific version of SingularityCE, check
229229out 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:
232232
233233``` sh
234- git checkout --recurse-submodules v4.3.0
234+ git checkout --recurse-submodules v4.3.2
235235```
236236
237237## Compiling SingularityCE
@@ -334,7 +334,7 @@ build and install the RPM like this:
334334<!-- markdownlint-disable MD013 -->
335335
336336``` 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
338338
339339# Fetch the source
340340wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
0 commit comments