We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da10bea + e5ebd06 commit d3dbdbeCopy full SHA for d3dbdbe
Dockerfile
@@ -1,7 +1,7 @@
1
FROM bringauto/cpp-build-environment:latest AS cmlib_cache_builder
2
3
ARG MISSION_MODULE_VERSION=v1.2.8
4
-ARG IO_MODULE_VERSION=v1.2.8
+ARG IO_MODULE_VERSION=v1.3.0
5
6
WORKDIR /home/bringauto
7
ARG CMLIB_REQUIRED_ENV_TMP_PATH=/home/bringauto/cmlib_cache
@@ -46,7 +46,7 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -DBRINGAUTO_INSTALL=ON -DCMAKE_INSTALL_PREF
46
47
FROM bringauto/cpp-build-environment:latest AS io_module_builder
48
49
50
51
RUN mkdir /home/bringauto/modules
52
ARG CMLIB_REQUIRED_ENV_TMP_PATH=/home/bringauto/modules/cmlib_cache
0 commit comments