diff options
author | Valentin Popov <info@valentineus.link> | 2018-08-14 19:37:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-08-14 19:37:07 +0300 |
commit | 18b6c1fddc0363bb6c90207955c47161b7c323fc (patch) | |
tree | 0f589158118123de979f42dc0ae9537acc922ec6 /default/1.6/Dockerfile | |
parent | 54bad5dd26ecb627ab5312da328e17c4be965d4c (diff) | |
download | docker-meteor-18b6c1fddc0363bb6c90207955c47161b7c323fc.tar.xz docker-meteor-18b6c1fddc0363bb6c90207955c47161b7c323fc.zip |
Change of the main image
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'default/1.6/Dockerfile')
-rw-r--r-- | default/1.6/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/1.6/Dockerfile b/default/1.6/Dockerfile index 5866773..256863e 100644 --- a/default/1.6/Dockerfile +++ b/default/1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM ubuntu:rolling LABEL maintainer="info@valentineus.link" ENV METEOR_ALLOW_SUPERUSER="true" |