mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Updated base image
This commit is contained in:
parent
9e7d791125
commit
eb2018b99e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue