summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-26 14:53:18 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-26 14:53:18 +0200
commitb76e4e147bf44fb85af8860c1734c4597a65bf49 (patch)
tree94f65ca3884a510725b6aa03e2f50d8939fef6ef
parent312042c53d5ca4e7521784eef71efafd8628b75e (diff)
downloadhurrycurry-docker-b76e4e147bf44fb85af8860c1734c4597a65bf49.tar
hurrycurry-docker-b76e4e147bf44fb85af8860c1734c4597a65bf49.tar.bz2
hurrycurry-docker-b76e4e147bf44fb85af8860c1734c4597a65bf49.tar.zst
update to 2.3.3
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c747ee4..b606e0f 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
-RUN git clone https://codeberg.org/hurrycurry/hurrycurry.git /usr/src/hurrycurry
+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
ENV PATH="$PATH:/root/.cargo/bin"
WORKDIR /usr/src/hurrycurry
RUN make server