diff --git a/Dockerfile b/Dockerfile index 7a542650..a16c2d4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di RUN pecl install mcrypt-1.0.1 && docker-php-ext-enable mcrypt && pecl install imagick && docker-php-ext-enable imagick # Add the Omeka-S PHP code -COPY ./omeka-s-1.1.1.zip /var/www/ -RUN unzip -q /var/www/omeka-s-1.1.1.zip -d /var/www/ \ -&& rm /var/www/omeka-s-1.1.1.zip \ +COPY ./omeka-s-1.2.0.zip /var/www/ +RUN unzip -q /var/www/omeka-s-1.2.0.zip -d /var/www/ \ +&& rm /var/www/omeka-s-1.2.0.zip \ && rm -rf /var/www/html/ \ && mv /var/www/omeka-s/ /var/www/html/ diff --git a/omeka-s-1.1.1.zip b/omeka-s-1.2.0.zip similarity index 76% rename from omeka-s-1.1.1.zip rename to omeka-s-1.2.0.zip index c1f06568..eb970e26 100644 Binary files a/omeka-s-1.1.1.zip and b/omeka-s-1.2.0.zip differ