diff --git a/Makefile b/Makefile index 64cf80fd..232f8e66 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/internal/machine/corroservice/docker.go b/internal/machine/corroservice/docker.go index d7a48d56..1e23962c 100644 --- a/internal/machine/corroservice/docker.go +++ b/internal/machine/corroservice/docker.go @@ -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