Skip to content

Commit 92ebf5e

Browse files
committed
upgrade docker
1 parent f7ea883 commit 92ebf5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:1.12
1+
FROM docker:1.13
22

33
RUN apk add --update automake libtool m4 autoconf alpine-sdk linux-headers && \
44
wget -qO- https://github.com/gmkurtzer/singularity/archive/2.1.2.tar.gz | tar zxv && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You need to use the `docker info` command to check your docker version and use i
4747
singularityware/docker2singularity:1.11 \
4848
ubuntu:14.04
4949

50-
Currently only the 1.10, 1.11 and 1.12 versions are supported. If you are using an older version of Docker you will need to upgrade.
50+
Currently only the 1.10, 1.11, 1.12, and 1.13 versions are supported. If you are using an older version of Docker you will need to upgrade.
5151

5252
## Acknowledgements
5353
This work is heavily based on the `docker2singularity` work done by [vsoch](https://github.com/vsoch) and [gmkurtzer](https://github.com/gmkurtzer). Hopefully most of the conversion code will be merged into Singularity in the future making this container even leaner!

0 commit comments

Comments
 (0)