Skip to content

Commit 136fb03

Browse files
committed
Updating dockerfile tag
1 parent 2ea1686 commit 136fb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:alpine
22

33
RUN apk add git musl-dev curl pkgconfig openssl-dev openssl-libs-static
44
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
5+
RUN cd /app/torrust-actix && git checkout tags/v4.0.9
66
WORKDIR /app/torrust-actix
77
RUN cd /app/torrust-actix
88
RUN cargo build --release && rm -Rf target/release/.fingerprint target/release/build target/release/deps target/release/examples target/release/incremental

0 commit comments

Comments
 (0)