From febfecc9992857478dbe3e75240fe888587cf795 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:14:08 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4cd109ff7..8b2276f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:impish-20220128 +FROM ubuntu:20.04 ARG DEBIAN_FRONTEND=noninteractive @@ -14,4 +14,4 @@ RUN mkdir /images && mkdir /songs EXPOSE 80/tcp -CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ] \ No newline at end of file +CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]