浏览代码

Prepare for 3.3.7

Johannes Zellner 7 年之前
父节点
当前提交
6a4ca0e0d6
共有 3 个文件被更改,包括 4 次插入5 次删除
  1. 1 1
      CHANGELOG
  2. 1 2
      DESCRIPTION.md
  3. 2 2
      Dockerfile

+ 1 - 1
CHANGELOG

@@ -70,4 +70,4 @@
 * Update Taiga to 3.3.5
 
 [1.5.3]
-* Update Taiga to 3.3.6
+* Update Taiga to 3.3.7

+ 1 - 2
DESCRIPTION.md

@@ -1,6 +1,6 @@
 ### Overview
 
-This app packages Taiga <upstream>3.3.6</upstream>
+This app packages Taiga <upstream>3.3.7</upstream>
 
 Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.
 
@@ -20,4 +20,3 @@ Taiga is a project management platform for startups and agile developers & desig
 * Unobtrusive
 * Keep your team in sync
 * Do not rule over you
-

+ 2 - 2
Dockerfile

@@ -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.3.6.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
+RUN curl -L https://github.com/taigaio/taiga-back/archive/3.3.7.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.3.6-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.3.7-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/