Skip to content

Commit

Permalink
Revert "Refactor(deps) update rust and golang versions in dockerfile" (
Browse files Browse the repository at this point in the history
…#805)

Revert "Refactor(deps)  update rust and golang versions in dockerfile (#804)"

This reverts commit a70ecd8.

Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero authored Oct 28, 2024
1 parent a70ecd8 commit 0a1015b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rust:1.80 AS builder
FROM rust:1.80.0 AS builder

WORKDIR /app/client

RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y \
openssl libclang-dev pkg-config protobuf-compiler git \
&& rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \
fi && \
chmod +x /bin/grpc_health_probe

FROM golang:1.23 AS pprof
FROM golang:1.23.0-alpine3.20 AS pprof

RUN go install github.com/google/pprof@latest

Expand Down

0 comments on commit 0a1015b

Please sign in to comment.