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 2792561 commit 88ea283Copy full SHA for 88ea283
dev/image/Dockerfile
@@ -103,8 +103,8 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
103
### libseccomp > 2.5.2
104
RUN install-packages gperf \
105
&& cd $(mktemp -d) \
106
- && curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.6.0/libseccomp-2.6.0.tar.gz | tar xz \
107
- && cd libseccomp-2.6.0 && ./configure && make && make install
+ && curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz | tar xz \
+ && cd libseccomp-2.5.4 && ./configure && make && make install
108
109
### Cypress deps
110
RUN install-packages \
0 commit comments