File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ARG ALPINE_VERSION=3.17
1+ ARG ALPINE_VERSION=3.18
22FROM alpine:${ALPINE_VERSION}
33LABEL Maintainer=
"Tim de Pater <[email protected] >" 4- LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux."
4+ LABEL Description="Lightweight container with Nginx 1.24 & PHP 8.1 based on Alpine Linux."
55# Setup document root
66WORKDIR /var/www/html
77
Original file line number Diff line number Diff line change 1- # Docker PHP-FPM 8.1 & Nginx 1.22 on Alpine Linux
2- Example PHP-FPM 8.1 & Nginx 1.22 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
1+ # Docker PHP-FPM 8.1 & Nginx 1.24 on Alpine Linux
2+ Example PHP-FPM 8.1 & Nginx 1.24 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
33
44Repository: https://github.com/TrafeX/docker-php-nginx
55
You can’t perform that action at this time.
0 commit comments