Skip to content

Commit

Permalink
use base images v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Baum committed Jul 8, 2019
1 parent 7b9ed24 commit fdee00a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evaluationserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM getaviz/evaluationserver-base:1.2.0
FROM getaviz/evaluationserver-base:1.2.1
WORkDIR /usr/src/app/
COPY . .
RUN bundle install --jobs 20 --retry 5 && gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion generator2/org.getaviz.generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /tmp/generator2/
WORKDIR /tmp/generator2/
RUN mvn package

FROM getaviz/generator2-base:1.2.0
FROM getaviz/generator2-base:1.2.1
COPY --from=MAVEN_TOOL_CHAIN /tmp/generator2/target/org.getaviz.generator*.war /var/lib/jetty/webapps/root.war
COPY settings.properties /opt/config/settings.properties
USER root
Expand Down
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM getaviz/ui-base:1.2.0
FROM getaviz/ui-base:1.2.1
COPY . /var/www/html/ui
WORKDIR /var/www/html/ui
RUN npm install
Expand Down

0 comments on commit fdee00a

Please sign in to comment.