From db0eb357119265f352e9bf8a15467db62aa6f207 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Thu, 29 Feb 2024 20:02:53 +0000 Subject: [PATCH] Use suitable base images in tests --- test/shellcheck/scenarios.json | 6 +++--- test/shellcheck/shellcheck-version.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/shellcheck/scenarios.json b/test/shellcheck/scenarios.json index 96a9823..212d183 100644 --- a/test/shellcheck/scenarios.json +++ b/test/shellcheck/scenarios.json @@ -1,15 +1,15 @@ { "shellcheck-version": { - "image": "debian:latest", + "image": "mcr.microsoft.com/devcontainers/base:debian", "features": { "shellcheck": { - "version": "0.5.0" + "version": "0.7.0" } } }, "shellcheck-install-path": { - "image": "debian:latest", + "image": "mcr.microsoft.com/devcontainers/base:debian", "features": { "shellcheck": { "installPath": "/usr/bin" diff --git a/test/shellcheck/shellcheck-version.sh b/test/shellcheck/shellcheck-version.sh index fc0f6bd..96a727e 100755 --- a/test/shellcheck/shellcheck-version.sh +++ b/test/shellcheck/shellcheck-version.sh @@ -11,7 +11,7 @@ source dev-container-features-test-lib # Feature-specific tests # The 'check' command comes from the dev-container-features-test-lib. Syntax is... # check