From c97ebbe52c59e5228a959dde5b973cb891f8ca1a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 24 Oct 2020 02:06:58 +0300 Subject: [PATCH] Updated base OS --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7f61030cb..37c5fd9028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.10 AS builder +FROM ubuntu:20.10 AS builder LABEL maintainer="team@appwrite.io" @@ -43,7 +43,7 @@ RUN composer update --ignore-platform-reqs --optimize-autoloader \ --no-plugins --no-scripts --prefer-dist \ `if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi` -FROM ubuntu:19.10 +FROM ubuntu:20.10 LABEL maintainer="team@appwrite.io" ARG VERSION=dev