Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit dbebb25

Browse files
committed
upgrade nginx
Signed-off-by: Sahil Yeole <[email protected]>
1 parent 4e8aae3 commit dbebb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN wget https://dl.google.com/go/go1.21.1.linux-amd64.tar.gz -O- | tar xz -C /u
2727
ENV PATH=$PATH:/usr/local/go/bin
2828

2929
# Install Nginx with echo module
30-
RUN wget http://nginx.org/download/nginx-1.11.2.tar.gz && \
31-
tar -xzvf nginx-1.11.2.tar.gz && \
30+
RUN wget http://nginx.org/download/nginx-1.26.0.tar.gz && \
31+
tar -xzvf nginx-1.26.0.tar.gz && \
3232
git clone https://github.com/openresty/echo-nginx-module.git && \
3333
cd nginx-1.11.2 && \
3434
CFLAGS="-Wno-implicit-fallthrough" ./configure --prefix=/opt/nginx --add-module=../echo-nginx-module && \

0 commit comments

Comments
 (0)