mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-04-26 01:15:24 -05:00
Bump mitmproxy/mitmproxy from 10.2.3 to 10.3.1
Bumps mitmproxy/mitmproxy from 10.2.3 to 10.3.1. --- updated-dependencies: - dependency-name: mitmproxy/mitmproxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bf23e9e3ea
commit
4582f716e0
|
|
@ -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
|
# 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.
|
# are at the right versions, even though mitmproxy itself is not used here.
|
||||||
FROM mitmproxy/mitmproxy:10.2.3 AS openssl-build
|
FROM mitmproxy/mitmproxy:10.3.1 AS openssl-build
|
||||||
ARG openssl_version openssl_dir openssl_config_dir cryptography_dir
|
ARG openssl_version openssl_dir openssl_config_dir cryptography_dir
|
||||||
|
|
||||||
# Install build dependencies
|
# 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
|
# 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.
|
# the build tools are not left over in the final image.
|
||||||
FROM mitmproxy/mitmproxy:10.2.3 AS mitmproxy
|
FROM mitmproxy/mitmproxy:10.3.1 AS mitmproxy
|
||||||
ARG openssl_dir cryptography_dir
|
ARG openssl_dir cryptography_dir
|
||||||
COPY --from=openssl-build ${openssl_dir} ${openssl_dir}
|
COPY --from=openssl-build ${openssl_dir} ${openssl_dir}
|
||||||
COPY --from=openssl-build ${cryptography_dir}/venv/lib /usr/local/lib
|
COPY --from=openssl-build ${cryptography_dir}/venv/lib /usr/local/lib
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user