Skip to content

Commit

Permalink
ci: bump docker image ver to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumitattarde authored and hkaiser committed Jul 21, 2022
1 parent 58d7f4c commit 789bccc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_release_fetchcontent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 789bccc

Please sign in to comment.