We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a901c3e commit 0ed9a46Copy full SHA for 0ed9a46
Dockerfile
@@ -1,15 +1,15 @@
1
FROM ubuntu:18.04 AS buildstep
2
ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
3
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4
- NGINX_VERSION=1.16.0
+ NGINX_VERSION=1.16.1
5
ADD ./build/src/ /tmp/
6
RUN bash /tmp/ubuntu.sh
7
8
9
FROM ubuntu:18.04
10
LABEL maintainer="noogen <[email protected]>"
11
12
- NGINX_VERSION=_1.16.0-1~bionic_amd64.deb \
+ NGINX_VERSION=_1.16.1-1~bionic_amd64.deb \
13
NGINX_DEBUG=-dbg${NGINX_VERSION}
14
15
COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
0 commit comments