From a548fe136670d041a33f176bed4993f52f6cae47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:19:39 -0400 Subject: [PATCH] Bump mitmproxy/mitmproxy from 10.4.0 to 10.4.1 (#4) Bumps mitmproxy/mitmproxy from 10.4.0 to 10.4.1. --- updated-dependencies: - dependency-name: mitmproxy/mitmproxy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7707492..11955bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG openssl_version="1.1.1w" openssl_dir="/opt/openssl" \ # We use the mitmproxy image for the build stage to ensure that all dependencies # are at the right versions, even though mitmproxy itself is not used here. -FROM mitmproxy/mitmproxy:10.4.0 AS openssl-build +FROM mitmproxy/mitmproxy:10.4.1 AS openssl-build ARG openssl_version openssl_dir openssl_config_dir cryptography_dir # Install build dependencies @@ -38,7 +38,7 @@ RUN . ${cryptography_dir}/venv/bin/activate && \ # This is the main mitmproxy container that will be run. We use a new image so # the build tools are not left over in the final image. -FROM mitmproxy/mitmproxy:10.4.0 AS mitmproxy +FROM mitmproxy/mitmproxy:10.4.1 AS mitmproxy ARG openssl_dir cryptography_dir COPY --from=openssl-build ${openssl_dir} ${openssl_dir} COPY --from=openssl-build ${cryptography_dir}/venv/lib /usr/local/lib