Skip to content

Commit bd4eb5a

Browse files
committed
Do not update libseccomp
1 parent 554007d commit bd4eb5a

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
@@ -178,7 +178,7 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
178178

179179
### libseccomp > 2.5.2
180180
RUN cd $(mktemp -d) \
181-
&& curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.6.0/libseccomp-2.6.0.tar.gz | tar xz \
181+
&& curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz | tar xz \
182182
&& cd libseccomp-2.6.0 && ./configure && make && make install
183183

184184

0 commit comments

Comments
 (0)