From 2d396aa3a0bf2674194b9f4c0e0a1052b8d23a06 Mon Sep 17 00:00:00 2001 From: Reverite Date: Thu, 27 Jun 2019 21:09:53 -0700 Subject: Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit