change to alpine latest

This commit is contained in:
Memiks 2019-12-05 16:12:06 +09:00
parent 341cc9c6b4
commit 01af02e159

View File

@ -1,6 +1,6 @@
FROM alpine:3.10 FROM alpine
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \ LABEL Maintainer="Memiks <contact@memiks.fr>" \
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." Description="Lightweight container with Nginx & PHP-FPM based on Alpine Linux."
# Install packages # Install packages
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \ RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \