From 789bccc608f0c918049581492f7f358ea391c941 Mon Sep 17 00:00:00 2001 From: Bhumit Attarde Date: Wed, 20 Jul 2022 17:30:53 -0700 Subject: [PATCH] ci: bump docker image ver to 13 --- .circleci/config.yml | 2 +- .github/workflows/linux_bors.yml | 2 +- .github/workflows/linux_debug.yml | 2 +- .github/workflows/linux_release_fetchcontent.yml | 2 +- .github/workflows/linux_sanitizers.yml | 2 +- tools/docker/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47377297e97e..c812ac993411 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ working_dir_default: &working_dir_default docker_default: &docker_default docker: - - image: stellargroup/build_env:12 + - image: stellargroup/build_env:13 defaults: &defaults <<: *working_dir_default diff --git a/.github/workflows/linux_bors.yml b/.github/workflows/linux_bors.yml index 589c7ac026cf..da247007281f 100644 --- a/.github/workflows/linux_bors.yml +++ b/.github/workflows/linux_bors.yml @@ -16,7 +16,7 @@ jobs: build: name: Bors runs-on: ubuntu-latest - container: stellargroup/build_env:11 + container: stellargroup/build_env:13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux_debug.yml b/.github/workflows/linux_debug.yml index 2c7aeefe5a1f..aad827acaba7 100644 --- a/.github/workflows/linux_debug.yml +++ b/.github/workflows/linux_debug.yml @@ -11,7 +11,7 @@ on: [pull_request] jobs: build: runs-on: ubuntu-latest - container: stellargroup/build_env:11 + container: stellargroup/build_env:13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux_release_fetchcontent.yml b/.github/workflows/linux_release_fetchcontent.yml index 8413bf255300..be2929e949af 100644 --- a/.github/workflows/linux_release_fetchcontent.yml +++ b/.github/workflows/linux_release_fetchcontent.yml @@ -11,7 +11,7 @@ on: [pull_request] jobs: build: runs-on: ubuntu-latest - container: stellargroup/build_env:11 + container: stellargroup/build_env:13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux_sanitizers.yml b/.github/workflows/linux_sanitizers.yml index 787f01199e8d..a9e6ec7eac2d 100644 --- a/.github/workflows/linux_sanitizers.yml +++ b/.github/workflows/linux_sanitizers.yml @@ -11,7 +11,7 @@ on: [pull_request] jobs: build: runs-on: ubuntu-latest - container: stellargroup/build_env:11 + container: stellargroup/build_env:13 steps: - uses: actions/checkout@v2 diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 55c09977c91e..8e297614144b 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -3,7 +3,7 @@ # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -FROM stellargroup/build_env:11 +FROM stellargroup/build_env:13 # docker build needs to be run in /usr/local COPY . /usr/local