소스 검색

Bumped version to 1.6.3

Jannick Knudsen 6 년 전
부모
커밋
8fd87120e5
4개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      CloudronManifest.json
  2. 1 1
      Dockerfile
  3. 1 1
      VERSION
  4. 1 0
      VERSIONLOG

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Cloudron developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "An empty LAMP stack (PHP 7)",
-  "version": "1.6.2",
+  "version": "1.6.3",
   "healthCheckPath": "/",
   "httpPort": 80,
   "manifestVersion": 1,

+ 1 - 1
Dockerfile

@@ -48,7 +48,7 @@ RUN a2disconf other-vhosts-access-log
 ADD apache/lamp.conf /app/code/lamp.conf
 RUN ln -s /run/apache2/lamp.conf /etc/apache2/sites-enabled/lamp.conf
 RUN echo "Listen 80" > /etc/apache2/ports.conf
-RUN a2enmod rewrite authnz_ldap headers
+RUN a2enmod rewrite authnz_ldap headers rewrite expires cache
 
 # configure mod_php
 RUN crudini --set /etc/php/7.2/apache2/php.ini PHP upload_max_filesize 64M && \

+ 1 - 1
VERSION

@@ -1 +1 @@
-v1.6.2
+v1.6.3

+ 1 - 0
VERSIONLOG

@@ -20,3 +20,4 @@ v1.5.0
 v1.6.0
 v1.6.1
 v1.6.2
+v1.6.3