Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/config/default_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading