Jelajahi Sumber

Add typo3 7.31

michel 5 tahun lalu
induk
melakukan
cfa80436cb
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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