Skip to content

Commit 70ebfc9

Browse files
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.8.3
1 parent 098e71b commit 70ebfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

envoy_proxy/custom_envoy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hassio-addons/debian-base:7.6.2 as build-env
1+
FROM ghcr.io/hassio-addons/debian-base:7.8.3 as build-env
22
RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -y \
33
curl \
44
build-essential \
@@ -137,6 +137,6 @@ RUN --mount=type=cache,target=/root/.cache cd envoy && bazel build \
137137
//source/exe:envoy-static && cp /envoy/bazel-bin/source/exe/envoy-static /root/envoy-bin
138138
RUN strip /root/envoy-bin
139139

140-
FROM ghcr.io/hassio-addons/debian-base:7.6.2
140+
FROM ghcr.io/hassio-addons/debian-base:7.8.3
141141
COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy
142142
CMD ["/usr/local/bin/envoy"]

0 commit comments

Comments
 (0)