fix docker image
This commit is contained in:
parent
3a422b8f6f
commit
3c0ab61695
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.78.0-bullseye as rust-base
|
||||
FROM rust:1.76.0-bullseye as rust-base
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl clang
|
||||
ARG MOLD_VERSION=1.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue