Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.5.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 380534a commit 746dd2e
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.5.0 as build-env
FROM ghcr.io/hassio-addons/debian-base:7.5.1 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 @@ -137,6 +137,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.5.0
FROM ghcr.io/hassio-addons/debian-base:7.5.1
COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy
CMD ["/usr/local/bin/envoy"]

0 comments on commit 746dd2e

Please sign in to comment.