Bump version
This commit is contained in:
parent
0c1684fdff
commit
f7c77467f9
2 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,6 @@ ARG MOLD_VERSION
|
|||
RUN wget -qO- https://github.com/rui314/mold/releases/download/v${MOLD_VERSION}/mold-${MOLD_VERSION}-x86_64-linux.tar.gz | tar xzf - \
|
||||
&& cp -RT mold-${MOLD_VERSION}-x86_64-linux /usr/local \
|
||||
&& rm -rf mold-${MOLD_VERSION}-x86_64-linux
|
||||
RUN cargo install cargo-chef --version 0.1.62 --locked
|
||||
RUN cargo install cargo-chef --version 0.1.65 --locked
|
||||
WORKDIR /env
|
||||
RUN echo "export MOLD=$(which mold)" > .env
|
||||
|
|
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
.PHONY: build
|
||||
|
||||
RUST_VERSION = 1.75.0
|
||||
MOLD_VERSION = 2.4.0
|
||||
RUST_VERSION = 1.76.0
|
||||
MOLD_VERSION = 2.4.1
|
||||
|
||||
build:
|
||||
docker build . \
|
||||
|
|
Loading…
Reference in a new issue