chore: build a use new corrosion image 2026.5.14 (pointing to v1.0.0 upstream) for ucind

This commit is contained in:
Pasha Sviderski
2026-05-22 19:36:07 +10:00
parent 07acb31bf3
commit 0dd4bc9d36
5 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func (c *Config) SetDefaults() (*Config, error) {
cfg.CorrosionService = &corroservice.DockerService{
Client: cfg.DockerClient,
Image: corroservice.LatestImage,
Image: corroservice.Image,
Name: "uncloud-corrosion",
DataDir: cfg.CorrosionDir,
User: fmt.Sprintf("%d:%d", uid, gid),