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
This commit is contained in:
Tony Breeds 2023-07-11 15:44:25 +10:00
parent 31c3aa52b9
commit 1fb8548a02

View File

@ -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