Upgraded Alpine Linux to 3.13

This commit is contained in:
Tim de Pater
2021-01-18 17:23:07 +01:00
parent a866db2f37
commit f67cc5755a
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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 \