Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.5.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 9f43765 commit fa72c43
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.4.0 as build-env
FROM ghcr.io/hassio-addons/debian-base:7.5.0 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.4.0
FROM ghcr.io/hassio-addons/debian-base:7.5.0
COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy
CMD ["/usr/local/bin/envoy"]

0 comments on commit fa72c43

Please sign in to comment.