From 591eec991109022d78470ede92981b5e7c390944 Mon Sep 17 00:00:00 2001 From: prokop Date: Sun, 8 Jun 2025 23:02:12 +0200 Subject: [PATCH] 0.33.1 --- Dockerfile.webtiles | 2 +- webserver/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.webtiles b/Dockerfile.webtiles index 25156e4..5a94a3e 100644 --- a/Dockerfile.webtiles +++ b/Dockerfile.webtiles @@ -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 && \ diff --git a/webserver/config.py b/webserver/config.py index 67795b0..accec59 100644 --- a/webserver/config.py +++ b/webserver/config.py @@ -75,7 +75,7 @@ use_game_yaml = True # All options in this config are documented in games.d/base.yaml. games = OrderedDict([ ("dcss-web-trunk", dict( - name = "Play 0.33.0", + name = "Play 0.33.1", crawl_binary = "/app/bin/crawl", rcfile_path = "/data/rcs/", macro_path = "/data/rcs/",