update ruby 2.2 to latest
authorSam <sam.saffron@gmail.com>
Thu, 16 Apr 2015 01:51:14 +0000 (11:51 +1000)
committerSam <sam.saffron@gmail.com>
Thu, 16 Apr 2015 01:51:14 +0000 (11:51 +1000)
image/base_22/Dockerfile
image/discourse_fast_switch/Dockerfile

index 6c8844b23bd81bc18c5371076caf3f17c29ef4af..a0adc09004580cec7de7f506b7826aa2c8309424 100644 (file)
@@ -1,14 +1,14 @@
 # Official repo only has a ppa for postgresql 9.3 at the moment (14/3/2014)
 # When new LTS ships we can upgrade
 
-# VERSION 0.1.0
-FROM samsaffron/discourse_base:1.0.9
+# VERSION 1.0.11
+FROM samsaffron/discourse_base:1.0.11
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
 
 RUN apt-get -y install ruby bison autoconf &&\
     echo install_package "openssl-1.0.1l" "https://www.openssl.org/source/openssl-1.0.1l.tar.gz#b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4" mac_openssl --if has_broken_mac_openssl > /src/2.2.2-github &&\
-    echo install_package "ruby-2.2.2-github" "https://github.com/SamSaffron/ruby/archive/2.2.2-github.tar.gz#407654b4fe9dd61ca7e26d8d7e4c8631" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.2-github &&\
+    echo install_package "ruby-2.2.2-github" "https://github.com/SamSaffron/ruby/archive/2.2.2-github.tar.gz#46aeee28ead1038cf615b17672ad6e54" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.2-github &&\
     ruby-build /src/2.2.2-github /usr/local &&\
     apt-get -y remove ruby &&\
     gem update --system &&\
index 3b5ed96f5796e1f3c10dd7747ae97b7c2f2cbd3d..0e2d58e4fd8af2aa467e980b1356c7ddf542ee08 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER Sam Saffron "https://twitter.com/samsaffron"
 
 RUN apt-get -y install ruby bison autoconf &&\
     echo install_package "openssl-1.0.1l" "https://www.openssl.org/source/openssl-1.0.1l.tar.gz#b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4" mac_openssl --if has_broken_mac_openssl > /src/2.2.2-github &&\
-    echo install_package "ruby-2.2.2-github" "https://github.com/SamSaffron/ruby/archive/2.2.2-github.tar.gz#407654b4fe9dd61ca7e26d8d7e4c8631" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.2-github &&\
+    echo install_package "ruby-2.2.2-github" "https://github.com/SamSaffron/ruby/archive/2.2.2-github.tar.gz#46aeee28ead1038cf615b17672ad6e54" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.2-github &&\
     ruby-build /src/2.2.2-github /usr/ruby_22 &&\
     apt-get -y remove ruby