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"]