Skip to content

Commit 4f5cf0d

Browse files
authored
adding v3.10.2 (#123)
Signed-off-by: vsoch <[email protected]> Co-authored-by: vsoch <[email protected]>
1 parent 89309ac commit 4f5cf0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apk update && \
3131
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp libseccomp-dev
3232
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup glib-dev
3333

34-
ENV SINGULARITY_VERSION 3.10.1
34+
ENV SINGULARITY_VERSION 3.10.2
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
3636
mkdir -p $GOPATH/src/github.com/sylabs && \
3737
cd $GOPATH/src/github.com/sylabs && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The last argument (without a letter) is the name of the docker image, as you wou
6363

6464
If you want a legacy version, see the following other branches:
6565

66+
- [v3.10.2](https://github.com/singularityhub/docker2singularity/tree/v3.10.2): Version 3.10.2 of Singularity.
6667
- [v3.10.1](https://github.com/singularityhub/docker2singularity/tree/v3.10.1): Version 3.10.1 of Singularity.
6768
- [v3.10.0](https://github.com/singularityhub/docker2singularity/tree/v3.10.0): Version 3.10.0 of Singularity.
6869
- [v3.9.9](https://github.com/singularityhub/docker2singularity/tree/v3.9.9): Version 3.9.9 of Singularity.

0 commit comments

Comments
 (0)