Skip to content

Commit

Permalink
removed alpine image (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
  • Loading branch information
Yanni8 and sonichi authored Jan 17, 2024
1 parent 00dbcb2 commit 46e76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/code_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46e76d2

Please sign in to comment.