We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1686 commit 136fb03Copy full SHA for 136fb03
docker/Dockerfile
@@ -2,7 +2,7 @@ FROM rust:alpine
2
3
RUN apk add git musl-dev curl pkgconfig openssl-dev openssl-libs-static
4
RUN git clone https://github.com/Power2All/torrust-actix.git /app/torrust-actix
5
-RUN cd /app/torrust-actix && git checkout tags/v4.0.8
+RUN cd /app/torrust-actix && git checkout tags/v4.0.9
6
WORKDIR /app/torrust-actix
7
RUN cd /app/torrust-actix
8
RUN cargo build --release && rm -Rf target/release/.fingerprint target/release/build target/release/deps target/release/examples target/release/incremental
0 commit comments