Skip to content

Commit bd09b36

Browse files
committed
fix(deps): update subtrace to b314
1 parent f160a33 commit bd09b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update -y; \
3232
unzip \
3333
;
3434

35-
RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b270/subtrace-linux-amd64 \
35+
RUN curl -fsSLO https://github.com/subtrace/subtrace/releases/download/b314/subtrace-linux-amd64 \
3636
&& chmod +x ./subtrace-linux-amd64
3737

3838
RUN curl -L -o libtorch-cxx11-abi-shared-with-deps-2.4.0+cpu.zip https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.4.0%2Bcpu.zip \

0 commit comments

Comments
 (0)