Skip to content

Commit

Permalink
⬆️ Update arm64v8/golang Docker tag to v1.23.3 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 746dd2e commit 4c98f78
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.2-bullseye /usr/local/go/ /usr/local/go/
COPY --from=arm64v8/golang:1.23.3-bullseye /usr/local/go/ /usr/local/go/

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

Expand Down

0 comments on commit 4c98f78

Please sign in to comment.