1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Update PHP to 8.0.18 for final stage

This commit is contained in:
Juan Calderon-Perez 2022-04-19 10:10:16 -04:00 committed by GitHub
parent b153b4b07a
commit 4277e4d22b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ RUN \
./configure && \
make && make install
FROM php:8.0.17-cli-alpine3.15 as final
FROM php:8.0.18-cli-alpine3.15 as final
LABEL maintainer="team@appwrite.io"