Skip to content

Commit

Permalink
Merge pull request tekn0ir#7 from vollborn/feature/update-nginx-1.23.1
Browse files Browse the repository at this point in the history
Update nginx to 1.23.1
  • Loading branch information
tekn0ir authored Oct 10, 2022
2 parents 2e251e1 + 514d425 commit 4ca1b91
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.22.0.tar.gz && \
RUN wget http://nginx.org/download/nginx-1.23.1.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 4ca1b91

Please sign in to comment.