1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Updated base OS

This commit is contained in:
Eldad Fux 2020-10-24 01:58:27 +03:00
parent eb2018b99e
commit f97af2e5d2

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04 AS builder
FROM ubuntu:19.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:20.04
FROM ubuntu:19.04
LABEL maintainer="team@appwrite.io"
ARG VERSION=dev