Skip to content

Commit

Permalink
Merge pull request #41 from Born-Digital-US/ISLE-v.1.5.26-dev
Browse files Browse the repository at this point in the history
ISLE-1.5.26-release - Security and Application upgrades
  • Loading branch information
g7morris committed Jul 9, 2023
2 parents 30dc69a + 354b477 commit 90ae948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-tomcat:1.5.25
${{ secrets.DOCKERHUB_ORG }}/isle-tomcat:1.5.26
${{ secrets.DOCKERHUB_ORG }}/isle-tomcat:latest
-
name: Image digest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN touch /var/log/cron.log && \
## Tomcat Environment
# @see: https://tomcat.apache.org/
ENV TOMCAT_MAJOR=${TOMCAT_MAJOR:-8} \
TOMCAT_VERSION=${TOMCAT_VERSION:-8.5.87} \
TOMCAT_VERSION=${TOMCAT_VERSION:-8.5.90} \
CATALINA_HOME=/usr/local/tomcat \
CATALINA_BASE=/usr/local/tomcat \
CATALINA_PID=/usr/local/tomcat/tomcat.pid \
Expand Down

0 comments on commit 90ae948

Please sign in to comment.