From fa72c437c53beb618c9136d4b2400c963e9e06a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:32:43 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/debian-base=20Docker=20tag=20to=20v7.5.0=20(#62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- envoy_proxy/custom_envoy/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy_proxy/custom_envoy/Dockerfile b/envoy_proxy/custom_envoy/Dockerfile index 4f80495..2297d6a 100644 --- a/envoy_proxy/custom_envoy/Dockerfile +++ b/envoy_proxy/custom_envoy/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hassio-addons/debian-base:7.4.0 as build-env +FROM ghcr.io/hassio-addons/debian-base:7.5.0 as build-env RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \ curl \ build-essential \ @@ -138,6 +138,6 @@ RUN --mount=type=cache,target=/root/.cache cd envoy && bazel build \ //source/exe:envoy-static && cp /envoy/bazel-bin/source/exe/envoy-static /root/envoy-bin RUN strip /root/envoy-bin -FROM ghcr.io/hassio-addons/debian-base:7.4.0 +FROM ghcr.io/hassio-addons/debian-base:7.5.0 COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy CMD ["/usr/local/bin/envoy"]