Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.3.4 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 8, 2024
1 parent 4a6af3f commit c662e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions envoy_proxy/custom_envoy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down Expand Up @@ -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"]

0 comments on commit c662e3a

Please sign in to comment.