Skip to content

Commit b6d2907

Browse files
committed
Update Nginx version description
1 parent d764e5c commit b6d2907

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ALPINE_VERSION=3.20
22
FROM alpine:${ALPINE_VERSION}
33
LABEL Maintainer="Tim de Pater <[email protected]>"
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
66
WORKDIR /var/www/html
77

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
Repository: 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

0 commit comments

Comments
 (0)