We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1294e45 commit e2b088bCopy full SHA for e2b088b
1 file changed
internal/config/default_config.toml
@@ -7,7 +7,7 @@
7
8
[[containers]]
9
type = "aws" # Emulator type. Currently supported: "aws", "snowflake"
10
-tag = "latest" # Docker image tag, e.g. "latest", "2026.03"
+tag = "latest" # Docker image tag, e.g. "latest", "2026.4"
11
port = "4566" # Host port the emulator will be accessible on
12
# volume = "" # Host directory for persistent state (default: OS cache dir)
13
# env = [] # Named environment profiles to apply (see [env.*] sections below)
0 commit comments