diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 00:47:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-18 00:47:18 +0200 |
commit | 52abd8d8cb87a1f645503a937c6edd7c573ce673 (patch) | |
tree | aae8c919ccccfdf59a6070c6af2271ac29042fc9 /tests/docker/Dockerfile | |
parent | d09a776ff62bbed2f35127422c9fa8086ef9a6fb (diff) |
[tests] touch the dockerfile to force it being rebuilt
Diffstat (limited to 'tests/docker/Dockerfile')
-rw-r--r-- | tests/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 2970199b..de480204 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -1,5 +1,5 @@ -# start with a fresh official ruby image -# https://hub.docker.com/_/ruby/ +# start with a fresh image (that comes from Ubuntu 16.04 at the moment). + FROM 0xacab.org:4567/leap/bitmask-dev:latest MAINTAINER LEAP Encryption Access Project <info@leap.se> |