build: pin the dependencies versions in the development Dockerfile

This commit is contained in:
Matouš Volf 2024-08-17 12:06:40 +02:00
parent e39b6bca2a
commit b531529b63

View File

@ -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