X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=travis-ci%2FDockerfile;h=71dd07afe8670ad7e2e7b58f361029d11b371cbe;hb=9d8c69c7d9b9d583da7de7905ff5fbacddcdf759;hp=9554fcfc21e02dbce65afe7ca025bea1b005d2f3;hpb=4579e8ef313efe56f99a4bdd43439c508a6d49ce;p=thirdparty%2Fsystemd.git diff --git a/travis-ci/Dockerfile b/travis-ci/Dockerfile index 9554fcfc21e..71dd07afe86 100644 --- a/travis-ci/Dockerfile +++ b/travis-ci/Dockerfile @@ -1,8 +1,7 @@ ## Create Dockerfile that builds container suitable for systemd build ## This container runs as non-root user by deafult -# Use the latest stable version of fedora -FROM fedora:latest +FROM fedora:27 # Demand the specification of non-root username ARG DOCKER_USER