Skip to content

Commit

Permalink
Upgrade Java to 1.8.101 and Tomcat to 8.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
dordoka committed Aug 29, 2016
1 parent d35cae1 commit ce4ed34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:14.04

MAINTAINER Carlos Moro <[email protected]>

ENV TOMCAT_VERSION 8.0.35
ENV TOMCAT_VERSION 8.0.36

# Set locales
RUN locale-gen en_GB.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You should run this container on the background and mount the volume with your w

Includes:

- Oracle JDK 1.8.77
- Tomcat 8.0.35
- Oracle JDK 1.8.101
- Tomcat 8.0.36
- Git, wget, curl, build-essential

## Volumes
Expand Down

0 comments on commit ce4ed34

Please sign in to comment.