Skip to content

Commit

Permalink
rust 1.74.0, valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Nov 17, 2023
1 parent b9c32f5 commit 1f00dda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2 (2023-11-17)

* rust 1.74.0
* valgrind

1.0.1 (2023-11-14)

* add fmt
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ca-certificates apt-transport-https \
sudo ripgrep procps build-essential \
python3 python3-pip python3-dev \
git curl protobuf-compiler && \
git curl protobuf-compiler \
valgrind && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -76,6 +77,7 @@ RUN rustup toolchain install stable
RUN rustup component add rustfmt
RUN rustup component add clippy
RUN rustup component add rust-analyzer
RUN cargo --version

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="rust" \
Expand Down

0 comments on commit 1f00dda

Please sign in to comment.