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
2
2
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
3
3
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
4
4
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.31 \
5
- NGINX_VERSION=1.13.6
5
+ NGINX_VERSION=1.13.7
6
6
ADD ./build/src/ /tmp/
7
7
RUN bash /tmp/ubuntu.sh
8
8
@@ -13,7 +13,7 @@ MAINTAINER friends@niiknow.org
13
13
14
14
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
15
15
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
16
- NGINX_VERSION=_1.13.6 -1~xenial_amd64.deb \
16
+ NGINX_VERSION=_1.13.7 -1~xenial_amd64.deb \
17
17
NGINX_DEBUG=-dbg${NGINX_VERSION}
18
18
19
19
COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
You can’t perform that action at this time.
0 commit comments