Skip to content

Commit

Permalink
adding 3.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Sochat <[email protected]>
  • Loading branch information
vsoch committed Oct 15, 2019
1 parent 2ea5ad5 commit 07695a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ LABEL Maintainer [email protected]
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/sylabs && \
cd $GOPATH/src/github.com/sylabs && \
wget https://github.com/sylabs/singularity/releases/download/v3.4.1/singularity-3.4.1.tar.gz && \
tar -xzvf singularity-3.4.1.tar.gz && \
wget https://github.com/sylabs/singularity/releases/download/v3.4.2/singularity-3.4.2.tar.gz && \
tar -xzvf singularity-3.4.2.tar.gz && \
cd singularity && \
./mconfig -p /usr/local && \
make -C builddir && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ versioned branches).

## Versions

See the [master branch](https://github.com/singularityhub/singularity-docker) for a complete list of versions, and the [singularityware/singularity](https://hub.docker.com/r/singularityware/singularity/) repository on Docker Hub.
See the [master branch](https://github.com/singularityhub/singularity-docker) for a complete list of versions, and the [singularity/singularity](https://quay.io/repository/singularity/singularity) container on Quay.io. Older versions can be found in the [singularityware/singularity](https://hub.docker.com/r/singularityware/singularity/) repository on Docker Hub.

## Use Cases

Expand Down

0 comments on commit 07695a4

Please sign in to comment.