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/latest | |
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/latest')
-rw-r--r-- | default/latest/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/latest/Dockerfile b/default/latest/Dockerfile index c96e231..d19b1d0 100644 --- a/default/latest/Dockerfile +++ b/default/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM ubuntu:rolling LABEL maintainer="info@valentineus.link" ENV METEOR_ALLOW_SUPERUSER="true" |