Skip to content

Commit f76e1e0

Browse files
committed
Fixing dockerfile for deployment to DockerHub and local use
1 parent c0cbbc0 commit f76e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ENV DB_STRUCTURE_DB_KEYS=$DB_STRUCTURE_DB_KEYS DB_STRUCTURE_TABLE_KEYS_HASH=$DB_
9191

9292
RUN apk add git musl-dev
9393
RUN git clone https://github.com/Power2All/torrust-axum.git /root/torrust-axum
94-
RUN cd /root/torrust-axum && git checkout tags/v3.1.0
94+
RUN cd /root/torrust-axum && git checkout tags/v3.1.1
9595
WORKDIR /root/torrust-axum
9696
RUN cd /root/torrust-axum
9797
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)