mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 18:14:25 +08:00
fix loop
This commit is contained in:
@@ -345,7 +345,7 @@ func DefaultConfig() *Config {
|
||||
Timeout: 60 * time.Second,
|
||||
Sandbox: SandboxConfig{
|
||||
Enabled: false,
|
||||
Image: "golang:alpine",
|
||||
Image: "alpine:3.20",
|
||||
},
|
||||
},
|
||||
Filesystem: FilesystemConfig{},
|
||||
|
||||
Reference in New Issue
Block a user