We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3f63d commit 785b15fCopy full SHA for 785b15f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.12
2
LABEL Maintainer="Tim de Pater <[email protected]>" \
3
- Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
+ Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
4
5
# Install packages and remove default server definition
6
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
0 commit comments