|
@@ -103,7 +103,7 @@ RUN git clone https://github.com/golang/lint.git /go/src/github.com/golang/lint
|
|
|
&& go install -v github.com/golang/lint/golint
|
|
|
|
|
|
# install seccomp: the version shipped in trusty is too old
|
|
|
-ENV SECCOMP_VERSION 2.2.3
|
|
|
+ENV SECCOMP_VERSION 2.3.0
|
|
|
RUN set -x \
|
|
|
&& export SECCOMP_PATH="$(mktemp -d)" \
|
|
|
&& curl -fsSL "https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_VERSION}/libseccomp-${SECCOMP_VERSION}.tar.gz" \
|