summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b606e0f..481916f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.20 as builder
RUN apk add icu-data-full rustup deno esbuild curl make git gcc libc-dev
RUN rustup-init -y --profile default --default-toolchain nightly-2025-05-31
-RUN git clone https://codeberg.org/hurrycurry/hurrycurry.git --depth 1 --branch v2.3.3 /usr/src/hurrycurry
+RUN git clone https://codeberg.org/hurrycurry/hurrycurry.git --depth 1 --branch v2.3.4 /usr/src/hurrycurry
ENV PATH="$PATH:/root/.cargo/bin"
WORKDIR /usr/src/hurrycurry
RUN make server