Skip to content

Commit 88ea283

Browse files
committed
Do not update libseccomp
1 parent 2792561 commit 88ea283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
103103
### libseccomp > 2.5.2
104104
RUN install-packages gperf \
105105
&& 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
106+
&& curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz | tar xz \
107+
&& cd libseccomp-2.5.4 && ./configure && make && make install
108108

109109
### Cypress deps
110110
RUN install-packages \

0 commit comments

Comments
 (0)