removed alpine image (#1279)

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
Yannick Müller
2024-01-17 03:48:13 +01:00
committed by GitHub
parent 00dbcb247e
commit 46e76d244f

View File

@@ -378,7 +378,7 @@ def execute_code(
# create a docker client
client = docker.from_env()
image_list = (
["python:3-alpine", "python:3", "python:3-windowsservercore"]
["python:3-slim", "python:3", "python:3-windowsservercore"]
if use_docker is True
else [use_docker]
if isinstance(use_docker, str)