Skip to content

Commit d3dbdbe

Browse files
authored
Merge pull request #24 from bringauto/BAIP-265/update_io_module_version
BAIP-265/update_io_module_version
2 parents da10bea + e5ebd06 commit d3dbdbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM bringauto/cpp-build-environment:latest AS cmlib_cache_builder
22

33
ARG MISSION_MODULE_VERSION=v1.2.8
4-
ARG IO_MODULE_VERSION=v1.2.8
4+
ARG IO_MODULE_VERSION=v1.3.0
55

66
WORKDIR /home/bringauto
77
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
4646

4747
FROM bringauto/cpp-build-environment:latest AS io_module_builder
4848

49-
ARG IO_MODULE_VERSION=v1.2.8
49+
ARG IO_MODULE_VERSION=v1.3.0
5050

5151
RUN mkdir /home/bringauto/modules
5252
ARG CMLIB_REQUIRED_ENV_TMP_PATH=/home/bringauto/modules/cmlib_cache

0 commit comments

Comments
 (0)