Rust 1.67, test Dockerfiles (nightly worked @ f29d5182), remove old BINS

This commit is contained in:
spital
2023-01-30 00:33:16 +01:00
committed by parazyd
parent 5382e556fa
commit c1bf0bfafd
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# Use: docker build . --network=host --pull -t darkfi:ubuntu -f ./contrib/docker/Dockerfile.ubuntu
# optionally with: --build-arg BUILD_OS_VER=20.04 --build-arg RUST_VER=1.65
ARG RUST_VER=1.65 # stable nightly beta
ARG RUST_VER=1.67 # stable nightly beta
ARG BUILD_OS_VER=22.04 # 20.04
ARG RUN_OS_VER=${BUILD_OS_VER}
ARG REPOSITORY=ubuntu