Skip to content

Commit

Permalink
update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Oct 31, 2020
1 parent 2ffa9f6 commit 14b02f0
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 @@ -30,7 +30,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.2/omeka-s-2.1.2.zip" -O /var/www/latest_omeka_s.zip
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v3.0.1/omeka-s-3.0.1.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 14b02f0

Please sign in to comment.