diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 129b0ce..cf33ffe 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ from textwrap import dedent # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v14" +CONTAINER_VERSION = "v15" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v3.8.0" diff --git a/README.md b/README.md index 43e2395..c5b2683 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ steps: platform: x86_64.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v13 + image: rustvmm/dev:v15 always-pull: true timeout_in_minutes: 5 ``` @@ -253,7 +253,7 @@ steps: platform: arm.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v13 + image: rustvmm/dev:v15 always-pull: true ```