Skip to content

Commit

Permalink
update to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Aug 26, 2023
1 parent 8533850 commit f28f6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.3/omeka-s-4.0.3.zip" -O /var/www/latest_omeka_s.zip
RUN wget --no-verbose "https://github.com/omeka/omeka-s/releases/download/v4.0.4/omeka-s-4.0.4.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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to update, you normally just need to change the tag of the relevant ima

Recent versions are available directly from Docker Hub https://hub.docker.com/r/giocomai/omeka-s-docker

Check out the relevant tags. At this stage, both Omeka S 3.2.3 and Omeka S 4.0.3 are kept reasonably updated.
Check out the relevant tags. At this stage, both Omeka S 3.2.3 and Omeka S 4.0.4 are kept reasonably updated.

## docker-compose examples

Expand Down

0 comments on commit f28f6df

Please sign in to comment.