diff options
author | Reverite <github@reverite.sh> | 2019-06-27 21:09:53 -0700 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2019-06-27 21:09:53 -0700 |
commit | 2d396aa3a0bf2674194b9f4c0e0a1052b8d23a06 (patch) | |
tree | 26432894daca28b8d18aceee92a7e610a5c65753 /Dockerfile | |
parent | 60bee8036a093cb879400888f1257d2a703c1354 (diff) |
Fix
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 9c106f83e..dfb9a2686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN cd /opt/mastodon && \ bundle install -j$(nproc) --deployment --without development test && \ yarn install --pure-lockfile -FROM debian:stretch-slim +FROM ubuntu:18.04 # Copy over all the langs needed for runtime COPY --from=build-dep /opt/node /opt/node |