Skip to content

Commit

Permalink
Merge pull request #104 from singularityhub/v3.8.2
Browse files Browse the repository at this point in the history
Adding version 3.8.2
  • Loading branch information
vsoch committed Aug 19, 2021
2 parents 64c846b + 86210a1 commit be41057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk update && \
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup

ENV SINGULARITY_VERSION 3.8.1
ENV SINGULARITY_VERSION 3.8.2
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/sylabs && \
cd $GOPATH/src/github.com/sylabs && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ The last argument (without a letter) is the name of the docker image, as you wou

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

- [v3.8.1](https://github.com/singularityhub/docker2singularity/tree/v3.8.1): Version 3.8.1 of Singularity.
- [v3.7.4](https://github.com/singularityhub/docker2singularity/tree/v3.7.4): Version 3.7.4 of Singularity.
- [v3.7.3](https://github.com/singularityhub/docker2singularity/tree/v3.7.3): Version 3.7.3 of Singularity.
- [v3.7.2](https://github.com/singularityhub/docker2singularity/tree/v3.7.2): Version 3.7.2 of Singularity.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1
3.8.2

0 comments on commit be41057

Please sign in to comment.