mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 00:51:40 +08:00
Upgraded Alpine Linux to 3.13
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.12
|
||||
FROM alpine:3.13
|
||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
|
||||
Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
|
||||
Description="Lightweight container with Nginx 1.18 & PHP 7.4 based on Alpine Linux."
|
||||
|
||||
# Install packages and remove default server definition
|
||||
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
|
||||
|
||||
Reference in New Issue
Block a user