We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda8ca8 commit 8d5ad2dCopy full SHA for 8d5ad2d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG VERSION=1.4.2
+ARG VERSION=1.4.1
2
3
FROM rust:1.84-alpine AS builder
4
@@ -9,7 +9,7 @@ WORKDIR /app
9
RUN apk add --no-cache git musl-dev openssl-dev openssl-libs-static sqlite-dev sqlite-static
10
RUN git clone https://gitlab.torproject.org/tpo/core/arti.git .
11
RUN git checkout arti-v${VERSION}
12
-RUN cargo build --release
+RUN cargo build --release --features=onion-service-service
13
14
FROM alpine:latest AS runner
15
0 commit comments