mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
corrosion: use Corrosion 2026.6.15 with fixed API authz for CLI query/exec commands
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# TODO: Makefile is deprecated, add new targets as mise tasks in mise.toml instead.
|
||||
|
||||
CORROSION_VERSION ?= 2026.5.14
|
||||
CORROSION_VERSION ?= 2026.6.15
|
||||
CORROSION_IMAGE = ghcr.io/unlabs-dev/corrosion:$(CORROSION_VERSION)
|
||||
UCIND_IMAGE ?= ghcr.io/psviderski/ucind:latest
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
)
|
||||
|
||||
// Image is the Corrosion image pinned to the uncloudd version.
|
||||
const Image = "ghcr.io/unlabs-dev/corrosion:2026.5.14"
|
||||
const Image = "ghcr.io/unlabs-dev/corrosion:2026.6.15"
|
||||
|
||||
type DockerService struct {
|
||||
Client *client.Client
|
||||
|
||||
Reference in New Issue
Block a user