Johannes Zellner 7 лет назад
Родитель
Сommit
0c258522ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
 # https://github.com/taigaio/taiga-back/tree/stable
 
 ## backend
-RUN curl -L https://github.com/taigaio/taiga-back/archive/e75510507c22d5938b6f9b19b554483e4390ccd8.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
+RUN curl -L https://github.com/taigaio/taiga-back/archive/61c06538986bf236ba6d0b6bb3ca19a64ad329bb.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
 
 ## frontend
 RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/93bbd82a983d3f7f694bfe3d460221d6ae6701ba.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -