Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 1f00dda

Browse files
committed
rust 1.74.0, valgrind
1 parent b9c32f5 commit 1f00dda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.2 (2023-11-17)
2+
3+
* rust 1.74.0
4+
* valgrind
5+
16
1.0.1 (2023-11-14)
27

38
* add fmt

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
3838
ca-certificates apt-transport-https \
3939
sudo ripgrep procps build-essential \
4040
python3 python3-pip python3-dev \
41-
git curl protobuf-compiler && \
41+
git curl protobuf-compiler \
42+
valgrind && \
4243
apt clean && \
4344
rm -rf /var/lib/apt/lists/*
4445

@@ -76,6 +77,7 @@ RUN rustup toolchain install stable
7677
RUN rustup component add rustfmt
7778
RUN rustup component add clippy
7879
RUN rustup component add rust-analyzer
80+
RUN cargo --version
7981

8082
LABEL org.label-schema.build-date=$BUILD_DATE \
8183
org.label-schema.name="rust" \

0 commit comments

Comments
 (0)