forked from richarvey/nginx-php-fpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Harvey
committed
Dec 2, 2017
1 parent
e54da3b
commit 28f7fbd
Showing
3 changed files
with
4 additions
and
3 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,4 +1,4 @@ | ||
FROM php:7.1.11-fpm-alpine | ||
FROM php:7.1.12-fpm-alpine | ||
|
||
LABEL maintainer="Ric Harvey <[email protected]>" | ||
|
||
|
@@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf | |
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini | ||
|
||
ENV NGINX_VERSION 1.13.7 | ||
ENV LUA_MODULE_VERSION 0.10.10 | ||
ENV LUA_MODULE_VERSION 0.10.11 | ||
ENV DEVEL_KIT_MODULE_VERSION 0.3.0 | ||
ENV LUAJIT_LIB=/usr/lib | ||
ENV LUAJIT_INC=/usr/include/luajit-2.0 | ||
|
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
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