4 Commits 81d97fb34c ... d33924fafd

Author SHA1 Message Date
  Guilhem Saurel d33924fafd Merge branch 'master' into ttnn 6 years ago
  Guilhem Saurel 2fffb83fee matrix: riot: v1.0.1 6 years ago
  Guilhem Saurel aff75d4631 dolibarr: v9 6 years ago
  Guilhem Saurel b11a058dfb limesurvey: update 3.15.{5 -> 8} 6 years ago
3 changed files with 4 additions and 4 deletions
  1. 1 1
      dolibarr/Dockerfile.fpm
  2. 2 2
      limesurvey/Dockerfile.fpm
  3. 1 1
      matrix/docker-compose.yml

+ 1 - 1
dolibarr/Dockerfile.fpm

@@ -3,7 +3,7 @@ FROM php:fpm-alpine
 RUN apk --no-cache add postgresql-dev libpng-dev libzip-dev \
  && docker-php-ext-install gd pgsql zip
 
-ENV DOLI_VERSION 8.0.4
+ENV DOLI_VERSION 9.0.0
 
 RUN wget -q https://github.com/Dolibarr/dolibarr/archive/${DOLI_VERSION}.tar.gz \
  && tar xf ${DOLI_VERSION}.tar.gz \

+ 2 - 2
limesurvey/Dockerfile.fpm

@@ -3,8 +3,8 @@ FROM php:fpm-alpine
 RUN apk --no-cache add libpng-dev imap-dev libzip-dev postgresql-dev \
  && docker-php-ext-install mbstring pdo_pgsql gd imap zip
 
-ENV URL=https://www.limesurvey.org/fr/version-stable?download=2513:limesurvey3155%20181115targz \
-    SHA=ee34369cecd5965b318ed7b2123fa1c66d166a83e89090bd99b7c98758fd22d6 \
+ENV URL=https://www.limesurvey.org/stable-release?download=2523:limesurvey3158%20190130targz \
+    SHA=60bfc3aa09f5a4cc7144962bec56a0b8969348972bc16101239c3a4e327dd635 \
     FILE=limesurvey.tar.gz
 
 RUN wget -q $URL -O $FILE \

+ 1 - 1
matrix/docker-compose.yml

@@ -41,7 +41,7 @@ services:
       context: .
       args:
         SYNAPSE_FULL_URL: ${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}
-        RIOT_VERSION: v0.17.8
+        RIOT_VERSION: v1.0.1
     restart: unless-stopped
     labels:
       traefik.enable: "true"