We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098e71b commit 70ebfc9Copy full SHA for 70ebfc9
envoy_proxy/custom_envoy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/hassio-addons/debian-base:7.6.2 as build-env
+FROM ghcr.io/hassio-addons/debian-base:7.8.3 as build-env
2
RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \
3
curl \
4
build-essential \
@@ -137,6 +137,6 @@ RUN --mount=type=cache,target=/root/.cache cd envoy && bazel build \
137
//source/exe:envoy-static && cp /envoy/bazel-bin/source/exe/envoy-static /root/envoy-bin
138
RUN strip /root/envoy-bin
139
140
-FROM ghcr.io/hassio-addons/debian-base:7.6.2
+FROM ghcr.io/hassio-addons/debian-base:7.8.3
141
COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy
142
CMD ["/usr/local/bin/envoy"]
0 commit comments