Skip to content

Commit 7c46232

Browse files
authored
Fix CI by changing base image to 19.10 (#181)
19.04 is not supported anymore. Let's switch to 20.04 asap to have a LTS
1 parent cff0f16 commit 7c46232

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_BASE=ubuntu:19:04
1+
ARG DOCKER_BASE=ubuntu:19.10
22
ARG CROSS_BUILD_START_CMD=:
33
ARG CROSS_BUILD_END_CMD=:
44
ARG LXGW_C_MESH_API_HASH

container/stable/x86/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: ":"

0 commit comments

Comments
 (0)