File tree 2 files changed +4
-4
lines changed
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
2
2
FROM alpine:${ALPINE_VERSION}
3
3
LABEL 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."
5
5
# Setup document root
6
6
WORKDIR /var/www/html
7
7
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/ ) .
3
3
4
4
Repository: https://github.com/TrafeX/docker-php-nginx
5
5
You can’t perform that action at this time.
0 commit comments