Skip to content

Commit

Permalink
⬆️ Update arm64v8/golang Docker tag to v1.23.4 (#77)
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 3ccc17a commit 1f9061c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy_proxy/custom_envoy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt apt-get update && apt-get install -

RUN curl -L -s -o /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-arm64 && chmod +x /usr/local/bin/bazel

COPY --from=arm64v8/golang:1.23.3-bullseye /usr/local/go/ /usr/local/go/
COPY --from=arm64v8/golang:1.23.4-bullseye /usr/local/go/ /usr/local/go/

ENV PATH="/usr/local/go/bin:${PATH}"

Expand Down

0 comments on commit 1f9061c

Please sign in to comment.