From 4b2dc341110cb53231bf11a451e50987bca58e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:23:39 +0000 Subject: [PATCH] build(deps): bump martenseemann/quic-network-simulator-endpoint in /qns Bumps martenseemann/quic-network-simulator-endpoint from `1259654` to `91b21d4`. --- updated-dependencies: - dependency-name: martenseemann/quic-network-simulator-endpoint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- qns/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qns/Dockerfile b/qns/Dockerfile index dde601f574..959d2da972 100644 --- a/qns/Dockerfile +++ b/qns/Dockerfile @@ -1,4 +1,4 @@ -FROM martenseemann/quic-network-simulator-endpoint@sha256:12596544531465e77bdede50dd1e85b2c46c00f1634b3445eed277ca177666db AS buildimage +FROM martenseemann/quic-network-simulator-endpoint@sha256:91b21d42e23023e08c5ed63c1c08ec24d058c4b30edd52aa3bd74bee87096a5b AS buildimage RUN apt-get update && apt-get install -y --no-install-recommends \ git coreutils build-essential libclang-dev lld gyp ninja-build zlib1g-dev python \ @@ -66,7 +66,7 @@ RUN set -eux; \ # Copy only binaries to the final image to keep it small. -FROM martenseemann/quic-network-simulator-endpoint@sha256:12596544531465e77bdede50dd1e85b2c46c00f1634b3445eed277ca177666db +FROM martenseemann/quic-network-simulator-endpoint@sha256:91b21d42e23023e08c5ed63c1c08ec24d058c4b30edd52aa3bd74bee87096a5b ENV LD_LIBRARY_PATH=/neqo/lib COPY --from=buildimage /neqo/target/release/neqo-client /neqo/target/release/neqo-server /neqo/bin/