Skip to content

Commit

Permalink
Update to latest Omeka - 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai authored Sep 1, 2019
1 parent bb69578 commit d75f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pecl install mcrypt-1.0.2 && docker-php-ext-enable mcrypt && pecl install im

# Add the Omeka-S PHP code
# Latest Omeka version, check: https://omeka.org/s/download/
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v2.0.1/omeka-s-2.0.1.zip" -O /var/www/latest_omeka_s.zip
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v2.0.2/omeka-s-2.0.2.zip" -O /var/www/latest_omeka_s.zip
RUN unzip -q /var/www/latest_omeka_s.zip -d /var/www/ \
&& rm /var/www/latest_omeka_s.zip \
&& rm -rf /var/www/html/ \
Expand Down

0 comments on commit d75f25f

Please sign in to comment.