Skip to content

Commit 8780e1b

Browse files
committed
Upgrade to Alpine Linux 3.18 and Nginx 1.24
1 parent 37460bf commit 8780e1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG ALPINE_VERSION=3.17
1+
ARG ALPINE_VERSION=3.18
22
FROM alpine:${ALPINE_VERSION}
33
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."
55
# Setup document root
66
WORKDIR /var/www/html
77

README.md

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

44
Repository: https://github.com/TrafeX/docker-php-nginx
55

0 commit comments

Comments
 (0)