Skip to content

Commit

Permalink
update to 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Dec 8, 2018
1 parent 1ad8547 commit 633996b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM hyperknot/baseimage16:1.0.6 AS buildstep
ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.31 \
NGINX_VERSION=1.14.1
NGINX_VERSION=1.14.2
ADD ./build/src/ /tmp/
RUN bash /tmp/ubuntu.sh

Expand All @@ -13,7 +13,7 @@ MAINTAINER [email protected]

ENV LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 \
TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
NGINX_VERSION=_1.14.1-1~xenial_amd64.deb \
NGINX_VERSION=_1.14.2-1~xenial_amd64.deb \
NGINX_DEBUG=-dbg${NGINX_VERSION}

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

0 comments on commit 633996b

Please sign in to comment.