From 9540fb5518dcda023ffc747367b2303a5c469b07 Mon Sep 17 00:00:00 2001 From: reverite Date: Thu, 27 Jun 2019 10:25:33 -0700 Subject: Use stretch --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 48de8bb00..1dde3fa3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim as build-dep +FROM debian:stretch as build-dep # Use bash for the shell SHELL ["bash", "-c"] @@ -63,7 +63,7 @@ RUN cd /opt/mastodon && \ bundle install -j$(nproc) --deployment --without development test && \ yarn install --pure-lockfile -FROM debian:buster-slim +FROM debian:stretch-slim # Copy over all the langs needed for runtime COPY --from=build-dep /opt/node /opt/node -- cgit