|
@@ -13,10 +13,10 @@ RUN apt-get update && apt-get install -y \
|
|
|
&& rm -rf /var/cache/apt /var/lib/apt/lists /etc/ssh_host_*
|
|
|
|
|
|
## backend (https://github.com/taigaio/taiga-back/commits/stable)
|
|
|
-RUN curl -L https://github.com/taigaio/taiga-back/archive/3.4.1.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
|
|
|
+RUN curl -L https://github.com/taigaio/taiga-back/archive/3.4.4.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
|
|
|
|
|
|
## frontend (https://github.com/taigaio/taiga-front-dist/commits/stable)
|
|
|
-RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/3.4.2-stable.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -
|
|
|
+RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/3.4.4-stable.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -
|
|
|
|
|
|
ADD build.sh nginx.conf conf.json conf_ldap.json local.py local_ldap.py start.sh /app/code/
|
|
|
|