From eb2018b99e520df1e4a443b8efbfac4e707d11e7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 24 Oct 2020 01:50:13 +0300 Subject: [PATCH] Updated base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a86a910fc..a94ad16e87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 AS builder +FROM ubuntu:20.04 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:18.04 +FROM ubuntu:20.04 LABEL maintainer="team@appwrite.io" ARG VERSION=dev