Skip to content

Commit

Permalink
updated dockerfile for this v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Jun 9, 2017
1 parent 2c45589 commit c7e7654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Siddhartha Basu <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.044, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -92,6 +92,7 @@
},
"release_status" : "stable",
"resources" : {},
"version" : "v1.10.0"
"version" : "v1.10.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}

2 changes: 1 addition & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ ENV ORACLE_HOME /usr/lib/oracle/11.2/client64/
ENV LD_LIBRARY_PATH /usr/lib/oracle/11.2/client64/lib/
RUN cpanm -n --quiet DBD::Oracle DBD::Pg Math::Base36 String::CamelCase Child \
&& rm -fr /rpms
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].0
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].1
CMD ['modware']

0 comments on commit c7e7654

Please sign in to comment.