Skip to content

Commit

Permalink
update to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Jun 23, 2024
1 parent c8a4a4f commit 2f12da1
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 @@ -36,7 +36,7 @@ RUN docker-php-ext-install intl

# 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/v4.1.0/omeka-s-4.1.0.zip" -O /var/www/latest_omeka_s.zip
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v4.1.1/omeka-s-4.1.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 2f12da1

Please sign in to comment.