From 48b1e27166359af7e789c9a394d4ccda45e6b509 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:55:02 +0000 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.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d45d188..970144f 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.5.1 as build-env +FROM ghcr.io/hassio-addons/debian-base:7.6.1 as build-env RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \ curl \ build-essential \ @@ -137,6 +137,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.5.1 +FROM ghcr.io/hassio-addons/debian-base:7.6.1 COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy CMD ["/usr/local/bin/envoy"]