Skip to content

Commit 3eb10d7

Browse files
committed
updated dockerfile for this v1.10.3
1 parent baf7a4f commit 3eb10d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"release_status" : "stable",
9494
"resources" : {},
95-
"version" : "v1.10.2",
95+
"version" : "v1.10.3",
9696
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
9797
}
9898

docker/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ ENV ORACLE_HOME /usr/lib/oracle/11.2/client64/
1919
ENV LD_LIBRARY_PATH /usr/lib/oracle/11.2/client64/lib/
2020
RUN cpanm -n --quiet DBD::Oracle DBD::Pg Math::Base36 String::CamelCase Child \
2121
&& rm -fr /rpms
22-
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].2
22+
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].3
2323
CMD ['modware']

0 commit comments

Comments
 (0)