From c662e3abacdea789ec862a23532186d5024a4e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:03:24 -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.3.4=20(#45)?= 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 272f384..7d35e45 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.3.3 as build-env +FROM ghcr.io/hassio-addons/debian-base:7.3.4 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.3.3 +FROM ghcr.io/hassio-addons/debian-base:7.3.4 COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy CMD ["/usr/local/bin/envoy"]