Skip to content

Commit

Permalink
update to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Jun 4, 2020
1 parent d96704d commit 6dead2f
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 yes | pecl install mcrypt-1.0.3 && docker-php-ext-enable mcrypt && yes | pe

# 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.1.0/omeka-s-2.1.0.zip" -O /var/www/latest_omeka_s.zip
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v2.1.2/omeka-s-2.1.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 6dead2f

Please sign in to comment.