From 1fb8548a0200cebbe473b6356d4db0e3ad8f7b9a Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 11 Jul 2023 15:44:25 +1000 Subject: [PATCH] Update to latest tag for Limnoria Subsequent patches will move to python 3.11 which is not listed as supported in master-2022-07-03 Change-Id: I9301a855d433d241c94a3c258ac983360fe3d174 --- docker/ircbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ircbot/Dockerfile b/docker/ircbot/Dockerfile index bb8a7a1e5a..79b89fdb61 100644 --- a/docker/ircbot/Dockerfile +++ b/docker/ircbot/Dockerfile @@ -19,7 +19,7 @@ ARG ZUUL_SIBLINGS="" RUN apt-get update \ && apt-get -y install git -RUN git clone -b master-2022-07-03 https://github.com/ProgVal/Limnoria /tmp/src +RUN git clone -b master-2023-05-27 https://github.com/ProgVal/Limnoria /tmp/src COPY . /tmp/src