Browse Source

Add typo3 7.31

michel 5 years ago
parent
commit
cfa80436cb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docker/typo3/Dockerfile

+ 3 - 1
docker/typo3/Dockerfile

@@ -31,6 +31,8 @@ RUN cd /var/www/html/typo3conf \
     && rm -rf typo3_src-8.* \
     && wget --content-disposition https://get.typo3.org/8.7.22 \
     && tar -xvf typo3_src-8.7.22.tar.gz \
-    && ln -s typo3_src-8.7.22 typo3_src
+    && wget --content-disposition https://get.typo3.org/8.7.31 \
+    && tar -xvf typo3_src-8.7.31.tar.gz \
+    && ln -s typo3_src-8.7.31 typo3_src
 
 WORKDIR /var/www/html