github: Update rustc version to 1.72, switch to lldap/rust-dev (#657)

This commit is contained in:
nitnelave
2023-08-25 13:50:53 +02:00
committed by GitHub
parent 1ac9bd0e68
commit a426453d7f
2 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
FROM rust:1.66
FROM rust:1.72
ARG USERNAME=lldapdev
ARG USER_UID=1000
# We need to keep the user as 1001 to match the GitHub runner's UID.
# See https://github.com/actions/checkout/issues/956.
ARG USER_UID=1001
ARG USER_GID=$USER_UID
# Create the user
@@ -21,4 +23,4 @@ RUN RUSTFLAGS=-Ctarget-feature=-crt-static cargo install wasm-pack \
USER $USERNAME
ENV CARGO_HOME=/home/$USERNAME/.cargo
ENV SHELL=/bin/bash
ENV SHELL=/bin/bash