Skip to content

Commit

Permalink
update to nginx 1.20.1
Browse files Browse the repository at this point in the history
noogen committed Jul 23, 2021
1 parent 970e446 commit bca6f76
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM ubuntu:20.04 AS buildstep
ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
NGINX_DEVEL_KIT_VERSION=0.3.0 NGINX_SET_MISC_MODULE_VERSION=0.32 \
NGINX_VERSION=1.18.0
NGINX_DEVEL_KIT_VERSION=0.3.1 NGINX_SET_MISC_MODULE_VERSION=0.32 \
NGINX_VERSION=1.20.1
ADD ./build/ /tmp/
RUN bash /tmp/ubuntu.sh


FROM ubuntu:20.04
LABEL maintainer="noogen <[email protected]>"
ENV TERM=xterm container=docker DEBIAN_FRONTEND=noninteractive \
NGINX_VERSION=_1.18.0-2~focal_amd64.deb \
NGINX_VERSION=_1.20.1-1~focal_amd64.deb \
NGINX_DEBUG=-dbg${NGINX_VERSION}

COPY --from=buildstep /usr/src/nginx/nginx${NGINX_VERSION} /tmp
@@ -39,7 +39,9 @@ RUN cd /tmp \
&& apt-get autoremove --purge -y \
&& rm -rf /var/lib/apt/lists/* /var/lib/log/* /tmp/* /var/tmp/*

ADD ./files /
ADD ./files/etc/ /etc/
ADD ./files/root/ /root/
ADD ./files/sbin/ /sbin/

RUN bash /root/bin/placeholder-ssl.sh \
&& mkdir -p /app-start/etc \

0 comments on commit bca6f76

Please sign in to comment.