1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Updated base OS

This commit is contained in:
Eldad Fux 2020-10-24 02:03:47 +03:00
parent f97af2e5d2
commit f74d9258dd

View file

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