From f259663917b311a3ca1b252a50a58ceaa4dedff5 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Tue, 19 May 2026 19:01:17 +0300 Subject: [PATCH] Update config tag recommendation Platform expects image tag without 0 for license checks because the Python version in the emulator is without 0. See relevant discussion, https://localstack-cloud.slack.com/archives/C0A1857LGTU/p1779206277761589?thread_ts=1779201043.297249&cid=C0A1857LGTU, --- internal/config/default_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/default_config.toml b/internal/config/default_config.toml index dbcaa9c0..37ca5c9f 100644 --- a/internal/config/default_config.toml +++ b/internal/config/default_config.toml @@ -7,7 +7,7 @@ [[containers]] type = "aws" # Emulator type. Currently supported: "aws", "snowflake" -tag = "latest" # Docker image tag, e.g. "latest", "2026.03" +tag = "latest" # Docker image tag, e.g. "latest", "2026.4" port = "4566" # Host port the emulator will be accessible on # volume = "" # Host directory for persistent state (default: OS cache dir) # env = [] # Named environment profiles to apply (see [env.*] sections below)