File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-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
3
NGINX_DEVEL_KIT_VERSION=0.3.1 NGINX_SET_MISC_MODULE_VERSION=0.32 \
4
- NGINX_VERSION=1.20.1
4
+ NGINX_VERSION=1.20.2
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.20.1 -1~focal_amd64.deb \
12
+ NGINX_VERSION=_1.20.2 -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
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ if [ -n "$SERVER_CONF" ] ; then
21
21
22
22
mv /app/etc/nginx/sites-enabled/server.conf /app/etc/nginx/sites-enabled/server.bak
23
23
curl -SL $SERVER_CONF --output /app/etc/nginx/sites-enabled/server.conf
24
-
25
- service nginx reload
26
24
fi
27
25
28
26
echo " *** Running cron"
You can’t perform that action at this time.
0 commit comments