Skip to content

Commit a58dccf

Browse files
committed
Upgraded to Alpine Linux 3.14
1 parent 2102c58 commit a58dccf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.13
1+
FROM alpine:3.14
22
LABEL Maintainer="Tim de Pater <[email protected]>"
3-
LABEL Description="Lightweight container with Nginx 1.18 & PHP 8.0 based on Alpine Linux."
3+
LABEL Description="Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux."
44

55
# Install packages and remove default server definition
66
RUN apk --no-cache add \
@@ -23,8 +23,7 @@ RUN apk --no-cache add \
2323
php8-xml \
2424
php8-xmlreader \
2525
php8-zlib \
26-
supervisor \
27-
&& rm /etc/nginx/conf.d/default.conf
26+
supervisor
2827

2928
# Create symlink so programs depending on `php` still function
3029
RUN ln -s /usr/bin/php8 /usr/bin/php

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Docker PHP-FPM 8.0 & Nginx 1.18 on Alpine Linux
2-
Example PHP-FPM 8.0 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/).
1+
# Docker PHP-FPM 8.0 & Nginx 1.20 on Alpine Linux
2+
Example PHP-FPM 8.0 & Nginx 1.20 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/).
33
The image is only +/- 40MB large.
44

55
Repository: https://github.com/TrafeX/docker-php-nginx
@@ -16,7 +16,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
1616

1717

1818
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/php-nginx.svg)](https://hub.docker.com/r/trafex/php-nginx/)
19-
![nginx 1.18.0](https://img.shields.io/badge/nginx-1.18-brightgreen.svg)
19+
![nginx 1.18.0](https://img.shields.io/badge/nginx-1.20-brightgreen.svg)
2020
![php 8.0](https://img.shields.io/badge/php-8.0-brightgreen.svg)
2121
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
2222

0 commit comments

Comments
 (0)