|
@@ -1,4 +1,4 @@
|
|
-FROM ubuntu:19.10
|
|
|
|
|
|
+FROM ubuntu:20.04
|
|
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
|
|
@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
|
|
|
|
|
|
ADD ./ ./
|
|
ADD ./ ./
|
|
|
|
|
|
-ENV NGINX_VERSION=1.17.9
|
|
|
|
|
|
+ENV NGINX_VERSION=1.18.0
|
|
|
|
|
|
RUN git clone -b v0.0.23 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
|
|
RUN git clone -b v0.0.23 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
|
|
|
|
|