We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b30925 commit 21944beCopy full SHA for 21944be
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM tomcat:7-jre8
+FROM tomcat:7.0.69-jre7
2
3
ENV OPENMAINT=openmaint-1.0-2.3.1
4
ENV OPENMAINTZIP=${OPENMAINT}.zip
@@ -15,4 +15,3 @@ RUN set -x \
15
&& cp openmaint-*.war $CATALINA_HOME/webapps/openmaint.war
16
17
EXPOSE 8080
18
-
postgres/Dockerfile
-FROM postgres:9.1
+FROM postgres:9.1.18
RUN apt-get update && apt-get install -y curl unzip
@@ -11,4 +11,3 @@ RUN set -x \
11
&& rm $OPENMAINTZIP
12
ADD init-openmaint-postgres.sh /docker-entrypoint-initdb.d/
13
ADD openmaint-demo.sql /docker-entrypoint-initdb.d/
14
0 commit comments