Skip to content

Commit

Permalink
upgaded nginx to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed Mar 15, 2022
1 parent 8bd1797 commit 6d84875
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stable/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.11
FROM alpine:3.14

LABEL maintainer="NOS Inovação <[email protected]>"

ENV NGINX_VERSION 1.18.0
ENV NGINX_VERSION 1.20.2
ENV NJS_VERSION 0.4.0

RUN apk add --virtual .build-deps \
Expand Down Expand Up @@ -39,8 +39,8 @@ RUN git clone https://github.com/kvspb/nginx-auth-ldap.git \
&& git clone https://github.com/simplresty/ngx_devel_kit.git \
&& git clone https://github.com/openresty/lua-nginx-module.git \
&& git clone https://github.com/openresty/luajit2.git \
&& git clone git://github.com/vozlt/nginx-module-sts.git \
&& git clone git://github.com/vozlt/nginx-module-stream-sts.git \
&& git clone https://github.com/vozlt/nginx-module-sts.git \
&& git clone https://github.com/vozlt/nginx-module-stream-sts.git \
&& git clone --recursive https://github.com/maxmind/libmaxminddb \
&& wget http://hg.nginx.org/njs/archive/${NJS_VERSION}.tar.gz \
&& tar xvf ${NJS_VERSION}.tar.gz \
Expand Down

0 comments on commit 6d84875

Please sign in to comment.