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

Commit 13a9a36

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV PATH=$PATH:/usr/local/go/bin
3030
RUN wget http://nginx.org/download/nginx-1.26.0.tar.gz && \
3131
tar -xzvf nginx-1.26.0.tar.gz && \
3232
git clone https://github.com/openresty/echo-nginx-module.git && \
33-
cd nginx-1.11.2 && \
33+
cd nginx-1.26.0 && \
3434
CFLAGS="-Wno-implicit-fallthrough" ./configure --prefix=/opt/nginx --add-module=../echo-nginx-module && \
3535
make -j2 && \
3636
make install

0 commit comments

Comments
 (0)