File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04 AS buildstep
22ENV 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.18.0
3+ NGINX_DEVEL_KIT_VERSION=0.3.1 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4+ NGINX_VERSION=1.20.1
55ADD ./build/ /tmp/
66RUN bash /tmp/ubuntu.sh
77
88
99FROM ubuntu:20.04
1010LABEL maintainer=
"noogen <[email protected] >" 1111ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
12- NGINX_VERSION=_1.18.0-2 ~focal_amd64.deb \
12+ NGINX_VERSION=_1.20.1-1 ~focal_amd64.deb \
1313 NGINX_DEBUG=-dbg${NGINX_VERSION}
1414
1515COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
@@ -39,7 +39,9 @@ RUN cd /tmp \
3939 && apt-get autoremove --purge -y \
4040 && rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*
4141
42- ADD ./files /
42+ ADD ./files/etc/ /etc/
43+ ADD ./files/root/ /root/
44+ ADD ./files/sbin/ /sbin/
4345
4446RUN bash /root/bin/placeholder-ssl.sh \
4547 && mkdir -p /app-start/etc \
You can’t perform that action at this time.
0 commit comments