Ver código fonte

Use new upstream version 3.4.5

Johannes Zellner 6 anos atrás
pai
commit
6cccdaec79
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      DESCRIPTION.md
  2. 2 2
      Dockerfile

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 ### Overview
 
-This app packages Taiga <upstream>3.4.4</upstream>
+This app packages Taiga <upstream>3.4.5</upstream>
 
 Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.
 

+ 2 - 2
Dockerfile

@@ -10,10 +10,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.4.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.5.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.4-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.5-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/