mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
ci: update ruby docker image to ruby bullseye base image (#6998)
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
a187ca50a5
commit
f7b39fab37
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
image: ruby:3.0-bullseye
|
||||
|
||||
- label: run-tests-ruby-3.0
|
||||
command:
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
image: ruby:3.0-bullseye
|
||||
|
||||
- label: run-tests-ruby-3.1
|
||||
command:
|
||||
|
@ -34,7 +34,7 @@ steps:
|
|||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.1
|
||||
image: ruby:3.1-bullseye
|
||||
|
||||
- label: isolated-tests-ruby-3.0
|
||||
command:
|
||||
|
@ -43,7 +43,7 @@ steps:
|
|||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.0
|
||||
image: ruby:3.0-bullseye
|
||||
|
||||
- label: isolated-tests-ruby-3.1
|
||||
command:
|
||||
|
@ -52,7 +52,7 @@ steps:
|
|||
secrets: true
|
||||
executor:
|
||||
docker:
|
||||
image: ruby:3.1
|
||||
image: ruby:3.1-bullseye
|
||||
|
||||
- label: run-tests-ruby-3.1-windows
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue