This commit is contained in:
2025-06-08 23:02:12 +02:00
parent d29fb90bb6
commit 591eec9911
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
apt-get install -y ${BUILD_DEPS} ${APP_DEPS}
# Retrieve crawl
RUN git clone --branch 0.33.0 ${CRAWL_REPO} /src/
RUN git clone --branch 0.33.1 ${CRAWL_REPO} /src/
# Build crawl
RUN cd /src/crawl-ref/source && \