Bump versions
This commit is contained in:
parent
f7c77467f9
commit
5f0b80e3cd
2 changed files with 8 additions and 5 deletions
8
Makefile
8
Makefile
|
@ -1,10 +1,12 @@
|
|||
.PHONY: build
|
||||
|
||||
RUST_VERSION = 1.76.0
|
||||
MOLD_VERSION = 2.4.1
|
||||
RUST_VERSION = 1.82.0
|
||||
MOLD_VERSION = 2.34.1
|
||||
CARGO_CHEF_VERSION = 0.1.68
|
||||
|
||||
build:
|
||||
docker build . \
|
||||
-t git.dergrimm.net/dergrimm/muslrust:$(RUST_VERSION) \
|
||||
--build-arg="RUST_VERSION=$(RUST_VERSION)" \
|
||||
--build-arg="MOLD_VERSION=$(MOLD_VERSION)"
|
||||
--build-arg="MOLD_VERSION=$(MOLD_VERSION)" \
|
||||
--build-arg="CARGO_CHEF_VERSION=$(CARGO_CHEF_VERSION)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue