Skip to content

Commit

Permalink
Merge pull request #118 from singularityhub/v3.9.9
Browse files Browse the repository at this point in the history
preparing to release v3.9.9
  • Loading branch information
vsoch committed Apr 22, 2022
2 parents 2dac177 + 9a931f3 commit c128489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.9.8
ENV SINGULARITY_VERSION 3.9.9
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/sylabs && \
cd $GOPATH/src/github.com/sylabs && \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ 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.9.8](https://github.com/singularityhub/docker2singularity/tree/v3.9.8): Version 3.9.7 of Singularity.
- [v3.9.9](https://github.com/singularityhub/docker2singularity/tree/v3.9.9): Version 3.9.9 of Singularity.
- [v3.9.8](https://github.com/singularityhub/docker2singularity/tree/v3.9.8): Version 3.9.8 of Singularity.
- [v3.9.7](https://github.com/singularityhub/docker2singularity/tree/v3.9.7): Version 3.9.7 of Singularity.
- [v3.9.6](https://github.com/singularityhub/docker2singularity/tree/v3.9.6): Version 3.9.6 of Singularity.
- [v3.9.5](https://github.com/singularityhub/docker2singularity/tree/v3.9.5): Version 3.9.5 of Singularity.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.8
3.9.9

0 comments on commit c128489

Please sign in to comment.