Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.6.2 (#72)
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 Dec 9, 2024
1 parent fa28e7d commit a8dc304
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.1 as build-env
FROM ghcr.io/hassio-addons/debian-base:7.6.2 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.1
FROM ghcr.io/hassio-addons/debian-base:7.6.2
COPY --from=build-env /root/envoy-bin /usr/local/bin/envoy
CMD ["/usr/local/bin/envoy"]

0 comments on commit a8dc304

Please sign in to comment.