File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM hyperknot/baseimage16:1.0.2 AS buildstep
22ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
33 TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
44 NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.31 \
5- NGINX_VERSION=1.13.7
5+ NGINX_VERSION=1.13.8
66ADD ./build/src/ /tmp/
77RUN bash /tmp/ubuntu.sh
88
@@ -13,7 +13,7 @@ MAINTAINER friends@niiknow.org
1313
1414ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
1515 TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
16- NGINX_VERSION=_1.13.7 -1~xenial_amd64.deb \
16+ NGINX_VERSION=_1.13.8 -1~xenial_amd64.deb \
1717 NGINX_DEBUG=-dbg${NGINX_VERSION}
1818
1919COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
You can’t perform that action at this time.
0 commit comments