Skip to content

Commit fdee00a

Browse files
author
David Baum
committed
use base images v1.2.1
1 parent 7b9ed24 commit fdee00a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

evaluationserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM getaviz/evaluationserver-base:1.2.0
1+
FROM getaviz/evaluationserver-base:1.2.1
22
WORkDIR /usr/src/app/
33
COPY . .
44
RUN bundle install --jobs 20 --retry 5 && gem install bundler

generator2/org.getaviz.generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /tmp/generator2/
44
WORKDIR /tmp/generator2/
55
RUN mvn package
66

7-
FROM getaviz/generator2-base:1.2.0
7+
FROM getaviz/generator2-base:1.2.1
88
COPY --from=MAVEN_TOOL_CHAIN /tmp/generator2/target/org.getaviz.generator*.war /var/lib/jetty/webapps/root.war
99
COPY settings.properties /opt/config/settings.properties
1010
USER root

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM getaviz/ui-base:1.2.0
1+
FROM getaviz/ui-base:1.2.1
22
COPY . /var/www/html/ui
33
WORKDIR /var/www/html/ui
44
RUN npm install

0 commit comments

Comments
 (0)