We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5cf0d + bac03a2 commit 2d59145Copy full SHA for 2d59145
Dockerfile
@@ -31,7 +31,7 @@ RUN apk update && \
31
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp libseccomp-dev
32
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup glib-dev
33
34
-ENV SINGULARITY_VERSION 3.10.2
+ENV SINGULARITY_VERSION 3.10.3
35
RUN mkdir -p /usr/local/var/singularity/mnt && \
36
mkdir -p $GOPATH/src/github.com/sylabs && \
37
cd $GOPATH/src/github.com/sylabs && \
VERSION
@@ -1 +1 @@
1
-3.10.0
+3.10.3
0 commit comments