File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/workflows/script-integration-test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ services:
58
58
nginx :
59
59
container_name : nginx
60
60
restart : unless-stopped
61
- image : nginxinc/nginx-unprivileged:1.29.0 -alpine@sha256:82dcf28da5a8cd97d43e8f8a64de766658b0c5fb9072368c5f0a9048c417a934
61
+ image : nginxinc/nginx-unprivileged:1.29.1 -alpine@sha256:5fed1af03cc6e82fe276efec6fbfc6c5659d42b4e6f1f45ddccd2758f8c1d8ab
62
62
ports :
63
63
- " 8082:8080"
64
64
volumes :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
restart : unless-stopped
29
29
torch-nginx :
30
30
restart : unless-stopped
31
- image : nginxinc/nginx-unprivileged:1.29.0 -alpine@sha256:82dcf28da5a8cd97d43e8f8a64de766658b0c5fb9072368c5f0a9048c417a934
31
+ image : nginxinc/nginx-unprivileged:1.29.1 -alpine@sha256:5fed1af03cc6e82fe276efec6fbfc6c5659d42b4e6f1f45ddccd2758f8c1d8ab
32
32
ports :
33
33
- ${PORT_TORCH_NGINX:-127.0.0.1:8085}:8080
34
34
volumes :
You can’t perform that action at this time.
0 commit comments