-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded to Alpine 3.10, Nginx 1.16 & PHP 7.3
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM alpine:3.9 | ||
FROM alpine:3.10 | ||
LABEL Maintainer="Tim de Pater <[email protected]>" \ | ||
Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux." | ||
Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." | ||
|
||
# Install packages | ||
RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters