@@ -9,7 +9,7 @@ RUN git clone https://github.com/oatpp/oatpp
WORKDIR /test/oatpp
-RUN git checkout afbafe447ff447db5ab227022eb4a568da97d16b
+RUN git checkout 27c46444dbac6af79172b1600c7fcc99ff6df42b
WORKDIR /test/oatpp/build
@@ -19,7 +19,7 @@ add_executable(${project_name}
## link libs
-find_package(oatpp 0.19.12 REQUIRED)
+find_package(oatpp 1.0.0 REQUIRED)
find_package(mimalloc 1.0 REQUIRED)
target_link_libraries(${project_name}