From 4aa3a00b813e71fdb4449ca69afe503a61a6acf0 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Sun, 10 Dec 2023 23:28:25 +0000 Subject: [PATCH] ci: fix "convert" test python/3.11/alpine3.17 has been removed so update the test Signed-off-by: Ramkumar Chinchani --- test/convert.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/convert.bats b/test/convert.bats index 90dc6ee2f..860a0affa 100644 --- a/test/convert.bats +++ b/test/convert.bats @@ -79,7 +79,7 @@ EOF @test "python" { skip_slow_test git clone https://github.com/docker-library/python.git - cd python/3.11/alpine3.17 + cd python/3.11/alpine3.19 chmod -R a+rw . stacker convert --docker-file Dockerfile --output-file stacker.yaml --substitute-file stacker-subs.yaml stacker build -f stacker.yaml --substitute-file stacker-subs.yaml --substitute IMAGE=python