build: pin the dependencies versions in the development Dockerfile
This commit is contained in:
		| @@ -2,7 +2,7 @@ FROM rust:1.80-bookworm | ||||
|  | ||||
| RUN rustup target add wasm32-unknown-unknown && \ | ||||
|     cargo install dioxus-cli diesel_cli && \ | ||||
|     apt-get update && apt-get install -y nodejs npm supervisor | ||||
|     apt-get update && apt-get install -y nodejs=18.19.0+dfsg-6~deb12u2 npm=9.2.0~ds1-1 supervisor=4.2.5-1 | ||||
|  | ||||
| COPY . /srv/app | ||||
| WORKDIR /srv/app | ||||
|   | ||||
		Reference in New Issue
	
	Block a user