Skip to content

Commit

Permalink
Merge pull request tekn0ir#6 from sudhanshu751/nginx_update_to_1.22
Browse files Browse the repository at this point in the history
updating nginx version to latest stable version-1.22
  • Loading branch information
tekn0ir authored Jul 12, 2022
2 parents dff0be7 + 78a3459 commit 2e251e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get -y upgrade && \

WORKDIR /opt

RUN wget http://nginx.org/download/nginx-1.12.2.tar.gz && \
RUN wget http://nginx.org/download/nginx-1.22.0.tar.gz && \
tar -zxvf nginx-1.*.tar.gz && \
cd nginx-1.* && \
./configure --prefix=/opt/nginx --user=nginx --group=nginx --with-http_ssl_module --with-ipv6 --with-threads --with-stream --with-stream_ssl_module && \
Expand Down

0 comments on commit 2e251e1

Please sign in to comment.