Skip to content

Commit

Permalink
should be using 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Aug 25, 2020
1 parent a379109 commit e62154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV LANGUAGE=en_US.UTF-8

RUN pip3 install setuptools
RUN pip3 install wheel
RUN pip3 install nose apollo==4.2.4
RUN pip3 install nose apollo==4.2.6

RUN curl -s get.sdkman.io | bash && \
/bin/bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && yes | sdk install grails 2.5.5" && \
Expand Down

0 comments on commit e62154b

Please sign in to comment.