Skip to content

Commit

Permalink
ISLE-1.5.27-release - Security and Application upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Morris committed Oct 6, 2023
1 parent d947cf5 commit 3a3e802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKERHUB_ORG }}/isle-apache:1.5.26
${{ secrets.DOCKERHUB_ORG }}/isle-apache:1.5.27
${{ secrets.DOCKERHUB_ORG }}/isle-apache:latest
-
name: Image digest
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV PATH=$PATH:$HOME/.composer/vendor/bin \
KAKADU_LIBRARY_PATH=/usr/local/adore-djatoka-1.1/lib/Linux-x86-64 \
LD_LIBRARY_PATH=/usr/local/adore-djatoka-1.1/lib/Linux-x86-64:/usr/local/lib:$LD_LIBRARY_PATH \
COMPOSER_ALLOW_SUPERUSER=1 \
IMAGEMAGICK_VERSION=${IMAGEMAGICK_VERSION:-7.1.1-12} \
IMAGEMAGICK_VERSION=${IMAGEMAGICK_VERSION:-7.1.1-19} \
OPENJPEG_VERSION=${OPENJPEG_VERSION:-v2.5.0}

## Apache, PHP, FFMPEG, and other Islandora Depends.
Expand Down Expand Up @@ -222,8 +222,8 @@ RUN BUILD_DEPS="build-essential \
# @see: if new Composer 1.x version then replace commit hash below https://github.com/composer/getcomposer.org/commits/main
# @see: FITS https://projects.iq.harvard.edu/fits/downloads
# @see: XERCES https://xerces.apache.org/mirrors.cgi for the new xml-api.jar version.
ENV COMPOSER_HASH=${COMPOSER_HASH:-650bee119e1f3b87be1b787fe69a826f73dbdfb9} \
COMPOSER_VERSION=${COMPOSER_VERSION:-1.10.26} \
ENV COMPOSER_HASH=${COMPOSER_HASH:-315c281a794f788242d2a740de10f78eb4587d69} \
COMPOSER_VERSION=${COMPOSER_VERSION:-1.10.27} \
FITS_VERSION=${FITS_VERSION:-1.5.1} \
XERCES_VERSION=${XERCES_VERSION:-2.12.2} \
XERCES_VERSION_DIR=${XERCES_VERSION_DIR:-2_12_2}
Expand Down

0 comments on commit 3a3e802

Please sign in to comment.