Browse Source

update oatpp framework version (#5114)

Leonid Stryzhevskyi 5 years ago
parent
commit
06ed2f3f27

+ 1 - 1
frameworks/C++/oatpp/oatpp-async-no-mp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout c178ab488e01ee42fdd0cc1cee3cca424e585169
+RUN git checkout f24a2247098d02975869e8d90a059770ddca8df5
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp-thread-no-mp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout c178ab488e01ee42fdd0cc1cee3cca424e585169
+RUN git checkout f24a2247098d02975869e8d90a059770ddca8df5
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp-thread.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout c178ab488e01ee42fdd0cc1cee3cca424e585169
+RUN git checkout f24a2247098d02975869e8d90a059770ddca8df5
 
 WORKDIR /test/oatpp/build
 

+ 1 - 1
frameworks/C++/oatpp/oatpp.dockerfile

@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
 
 WORKDIR /test/oatpp
 
-RUN git checkout c178ab488e01ee42fdd0cc1cee3cca424e585169
+RUN git checkout f24a2247098d02975869e8d90a059770ddca8df5
 
 WORKDIR /test/oatpp/build