Skip to content

Commit 9ffe867

Browse files
committed
Minor: updated tomcat image to use smaller image (alpine) and jre8 (required for ORDS 17.4)
1 parent 956f79f commit 9ffe867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Original source from https://github.com/lucassampsouza/ords_apex
2-
FROM tomcat:8.0
2+
FROM tomcat:8.0-jre8-alpine
33
MAINTAINER Martin D'Souza <martin@talkapex.com>
44
55
ENV TZ="GMT" \

0 commit comments

Comments
 (0)