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 11ARG ALPINE_VERSION=3.20
22FROM alpine:${ALPINE_VERSION}
33LABEL Maintainer="Tim de Pater <code@trafex.nl>"
4- LABEL Description="Lightweight container with Nginx 1.24 & PHP 8.3 based on Alpine Linux."
4+ LABEL Description="Lightweight container with Nginx 1.26 & PHP 8.3 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.3 & Nginx 1.24 on Alpine Linux
2- Example PHP-FPM 8.3 & Nginx 1.24 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
1+ # Docker PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux
2+ Example PHP-FPM 8.3 & Nginx 1.26 container image for Docker, built on [ Alpine Linux] ( https://www.alpinelinux.org/ ) .
33
44Repository: https://github.com/TrafeX/docker-php-nginx
55
@@ -15,7 +15,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
1515* Follows the KISS principle (Keep It Simple, Stupid) to make it easy to understand and adjust the image to your needs
1616
1717[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/trafex/php-nginx.svg )] ( https://hub.docker.com/r/trafex/php-nginx/ )
18- ![ nginx 1.24 ] ( https://img.shields.io/badge/nginx-1.26-brightgreen.svg )
18+ ![ nginx 1.26 ] ( https://img.shields.io/badge/nginx-1.26-brightgreen.svg )
1919![ php 8.3] ( https://img.shields.io/badge/php-8.3-brightgreen.svg )
2020![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )
2121
You can’t perform that action at this time.
0 commit comments