Skip to content

Commit

Permalink
Update FROM base and bump Tomcat version to 8.5.34
Browse files Browse the repository at this point in the history
Update FROM base and bump Tomcat version to 8.5.34
Merge pull request #1 from br2490/serverjre8
  • Loading branch information
Benjamin Rosner committed Sep 27, 2018
2 parents 2714f21 + 69140b6 commit 7a16814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM benjaminrosner/isle-ubuntu-basebox:serverjre8
FROM islandoracollabgroup/isle-ubuntu-basebox:serverjre8

ARG BUILD_DATE
ARG VCS_REF
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN touch /var/log/cron.log && \

# Environment
ENV TOMCAT_MAJOR=${TOMCAT_MAJOR:-8} \
TOMCAT_VERSION=${TOMCAT_VERSION:-8.5.33} \
TOMCAT_VERSION=${TOMCAT_VERSION:-8.5.34} \
CATALINA_HOME=/usr/local/tomcat \
CATALINA_BASE=/usr/local/tomcat \
CATALINA_PID=/usr/local/tomcat/tomcat.pid \
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 @@ Based on:
- Ubuntu 18.04 "Bionic"
- General Dependencies (@see [ISLE-ubuntu-basebox](https://hub.docker.com/r/benjaminrosner/isle-ubuntu-basebox/))
- Oracle Java Server JRE.
- [Tomcat 8.5.33](https://tomcat.apache.org/)
- [Tomcat 8.5.34](https://tomcat.apache.org/)

Contains and Includes:
- `cron` and `tmpreaper` to clean /tmp *and* /usr/local/tomcat/temp
Expand Down

0 comments on commit 7a16814

Please sign in to comment.