update Dockerfile to pull 3.3.

This commit is contained in:
Logan Edwards 2022-05-08 06:59:39 -04:00 committed by Franck Nijhof
parent 21bf1623e2
commit 0c8d0c3d8c

View file

@ -36,7 +36,7 @@ RUN \
\
&& yarn global add modclean \
\
&& git clone --branch "v3.2.0" --depth=1 \
&& git clone --branch "v3.3.0" --depth=1 \
https://github.com/grocy/grocy.git /var/www/grocy \
\
&& cd /var/www/grocy \