Skip to content

Commit

Permalink
Upgrade to Alpine Linux 3.18 and Nginx 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jun 4, 2023
1 parent 37460bf commit 8780e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.17
ARG ALPINE_VERSION=3.18
FROM alpine:${ALPINE_VERSION}
LABEL Maintainer="Tim de Pater <code@trafex.nl>"
LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux."
LABEL Description="Lightweight container with Nginx 1.24 & PHP 8.1 based on Alpine Linux."
# Setup document root
WORKDIR /var/www/html

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker PHP-FPM 8.1 & Nginx 1.22 on Alpine Linux
Example PHP-FPM 8.1 & Nginx 1.22 container image for Docker, built on [Alpine Linux](https://www.alpinelinux.org/).
# Docker PHP-FPM 8.1 & Nginx 1.24 on Alpine Linux
Example PHP-FPM 8.1 & Nginx 1.24 container image for Docker, built on [Alpine Linux](https://www.alpinelinux.org/).

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

Expand Down

0 comments on commit 8780e1b

Please sign in to comment.