Skip to content

Commit 21944be

Browse files
committed
Further specify parent images, fixes #1
1 parent 1b30925 commit 21944be

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tomcat:7-jre8
1+
FROM tomcat:7.0.69-jre7
22

33
ENV OPENMAINT=openmaint-1.0-2.3.1
44
ENV OPENMAINTZIP=${OPENMAINT}.zip
@@ -15,4 +15,3 @@ RUN set -x \
1515
&& cp openmaint-*.war $CATALINA_HOME/webapps/openmaint.war
1616

1717
EXPOSE 8080
18-

postgres/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:9.1
1+
FROM postgres:9.1.18
22

33
RUN apt-get update && apt-get install -y curl unzip
44
ENV OPENMAINT=openmaint-1.0-2.3.1
@@ -11,4 +11,3 @@ RUN set -x \
1111
&& rm $OPENMAINTZIP
1212
ADD init-openmaint-postgres.sh /docker-entrypoint-initdb.d/
1313
ADD openmaint-demo.sql /docker-entrypoint-initdb.d/
14-

0 commit comments

Comments
 (0)