We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554007d commit bd4eb5aCopy full SHA for bd4eb5a
.devcontainer/Dockerfile
@@ -178,7 +178,7 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
178
179
### libseccomp > 2.5.2
180
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 \
+ && curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz | tar xz \
182
&& cd libseccomp-2.6.0 && ./configure && make && make install
183
184
0 commit comments