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