Skip to content

Commit

Permalink
removed alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 authored Jan 16, 2024
1 parent adbfb20 commit b532019
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 b532019

Please sign in to comment.