Skip to content

Commit

Permalink
Merge pull request #96 from singularityhub/v3.7.1
Browse files Browse the repository at this point in the history
updating to 3.7.1
  • Loading branch information
vsoch committed Jan 12, 2021
2 parents 10c4667 + e470974 commit 8ad1eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.13-alpine3.10 as base

################################################################################
#
# Copyright (C) 2019-2020 Vanessa Sochat.
# Copyright (C) 2019-2021 Vanessa Sochat.
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
Expand Down 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.7.0
ENV SINGULARITY_VERSION 3.7.1
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/hpcng && \
cd $GOPATH/src/github.com/hpcng && \
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.7.0](https://github.com/singularityhub/docker2singularity/tree/v3.7.0): Version 3.7.0 of Singularity.
- [v3.6.4](https://github.com/singularityhub/docker2singularity/tree/v3.6.4): Version 3.6.4 of Singularity.
- [v3.6.2](https://github.com/singularityhub/docker2singularity/tree/v3.6.2): Version 3.6.2 of Singularity.
- [v3.6.1](https://github.com/singularityhub/docker2singularity/tree/v3.6.1): Version 3.6.1 of Singularity.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.7.1

0 comments on commit 8ad1eaf

Please sign in to comment.