diff --git a/.circleci/config.yml b/.circleci/config.yml index 325b78c3e7f..ae68ec5f4f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -515,11 +515,11 @@ jobs: pushd packaging/docker docker build -t "grafana/grafana-enterprise:master-ubuntu" --no-cache=true -f ubuntu.Dockerfile . docker build -t "grafana/grafana-enterprise-arm32v7-linux:master-ubuntu" \ - --build-arg BASE_IMAGE=arm32v7/ubuntu:18.10 \ + --build-arg BASE_IMAGE=arm32v7/ubuntu:19.10 \ --build-arg GRAFANA_TGZ=grafana-latest.linux-armv7.tar.gz \ --no-cache=true -f ubuntu.Dockerfile . docker build -t "grafana/grafana-enterprise-arm64v8-linux:master-ubuntu" \ - --build-arg BASE_IMAGE=arm64v8/ubuntu:18.10 \ + --build-arg BASE_IMAGE=arm64v8/ubuntu:19.10 \ --build-arg GRAFANA_TGZ=grafana-latest.linux-arm64.tar.gz \ --no-cache=true -f ubuntu.Dockerfile . popd