Skip to content

Commit 60626c9

Browse files
authored
Update build-ubuntu.md
1 parent cc73768 commit 60626c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/includes/nap-waf/config/v5/build-nginx-image-oss/build-ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN --mount=type=secret,id=nginx-crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode=0644
3232
tee /etc/apt/sources.list.d/nginx-app-protect.list \
3333
&& wget -P /etc/apt/apt.conf.d https://cs.nginx.com/static/files/90pkgs-nginx \
3434
&& apt-get update \
35-
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y nginx=1.25.5-1~`lsb_release -cs` app-protect-module-oss \
35+
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y app-protect-module-oss \
3636
&& ln -sf /dev/stdout /var/log/nginx/access.log \
3737
&& ln -sf /dev/stderr /var/log/nginx/error.log \
3838
&& apt-get clean \
@@ -46,4 +46,4 @@ STOPSIGNAL SIGQUIT
4646

4747
# Set default command
4848
CMD ["nginx", "-g", "daemon off;"]
49-
```
49+
```

0 commit comments

Comments
 (0)