about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-06-27 21:09:53 -0700
committerReverite <github@reverite.sh>2019-06-27 21:09:53 -0700
commit2d396aa3a0bf2674194b9f4c0e0a1052b8d23a06 (patch)
tree26432894daca28b8d18aceee92a7e610a5c65753 /Dockerfile
parent60bee8036a093cb879400888f1257d2a703c1354 (diff)
Fix
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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