File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:20.04 AS buildstep
2
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.18.0
3
+ NGINX_DEVEL_KIT_VERSION=0.3.1 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4
+ NGINX_VERSION=1.20.1
5
5
ADD ./build/ /tmp/
6
6
RUN bash /tmp/ubuntu.sh
7
7
8
8
9
9
FROM ubuntu:20.04
10
10
LABEL maintainer=
"noogen <[email protected] >"
11
11
ENV 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 \
13
13
NGINX_DEBUG=-dbg${NGINX_VERSION}
14
14
15
15
COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
@@ -39,7 +39,9 @@ RUN cd /tmp \
39
39
&& apt-get autoremove --purge -y \
40
40
&& rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*
41
41
42
- ADD ./files /
42
+ ADD ./files/etc/ /etc/
43
+ ADD ./files/root/ /root/
44
+ ADD ./files/sbin/ /sbin/
43
45
44
46
RUN bash /root/bin/placeholder-ssl.sh \
45
47
&& mkdir -p /app-start/etc \
You can’t perform that action at this time.
0 commit comments