File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function _build
4444 CROSS_BUILD_START_CMD=cross-build-start
4545 CROSS_BUILD_END_CMD=cross-build-end
4646 else
47- DOCKER_BASE=ubuntu:19.04
47+ DOCKER_BASE=ubuntu:19.10
4848 CROSS_BUILD_START_CMD=:
4949 CROSS_BUILD_END_CMD=:
5050 fi
Original file line number Diff line number Diff line change 1- ARG DOCKER_BASE=ubuntu:19:04
1+ ARG DOCKER_BASE=ubuntu:19.10
22ARG CROSS_BUILD_START_CMD=:
33ARG CROSS_BUILD_END_CMD=:
44ARG LXGW_C_MESH_API_HASH
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 IMAGE_NAME : ${IMAGE_NAME:-wirepas/gateway-x86:latest}
1717 VERSION : ${VERSION:-"1.2.0-rc.1"}
1818 BUILD_DATE : ${BUILD_DATE:-"undefined"}
19- DOCKER_BASE : ubuntu:19.04
19+ DOCKER_BASE : ubuntu:19.10
2020 SOURCE_PATH : .ci/_repo_stable
2121 CROSS_BUILD_START_CMD : " :"
2222 CROSS_BUILD_END_CMD : " :"
You can’t perform that action at this time.
0 commit comments