Skip to content

Commit 0ed9a46

Browse files
committed
update to nginx 1.16.1
1 parent a901c3e commit 0ed9a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
FROM ubuntu:18.04 AS buildstep
22
ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
33
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4-
NGINX_VERSION=1.16.0
4+
NGINX_VERSION=1.16.1
55
ADD ./build/src/ /tmp/
66
RUN bash /tmp/ubuntu.sh
77

88

99
FROM ubuntu:18.04
1010
LABEL maintainer="noogen <[email protected]>"
1111
ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
12-
NGINX_VERSION=_1.16.0-1~bionic_amd64.deb \
12+
NGINX_VERSION=_1.16.1-1~bionic_amd64.deb \
1313
NGINX_DEBUG=-dbg${NGINX_VERSION}
1414

1515
COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp

0 commit comments

Comments
 (0)