Skip to content

Commit 2eed4ae

Browse files
Yanni8sonichi
authored andcommitted
removed alpine image (#1279)
Co-authored-by: Chi Wang <[email protected]>
1 parent 5079366 commit 2eed4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/code_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def execute_code(
378378
# create a docker client
379379
client = docker.from_env()
380380
image_list = (
381-
["python:3-alpine", "python:3", "python:3-windowsservercore"]
381+
["python:3-slim", "python:3", "python:3-windowsservercore"]
382382
if use_docker is True
383383
else [use_docker]
384384
if isinstance(use_docker, str)

0 commit comments

Comments
 (0)