Skip to content

Commit e2b088b

Browse files
authored
Update config tag recommendation (#255)
1 parent 1294e45 commit e2b088b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/config/default_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[[containers]]
99
type = "aws" # Emulator type. Currently supported: "aws", "snowflake"
10-
tag = "latest" # Docker image tag, e.g. "latest", "2026.03"
10+
tag = "latest" # Docker image tag, e.g. "latest", "2026.4"
1111
port = "4566" # Host port the emulator will be accessible on
1212
# volume = "" # Host directory for persistent state (default: OS cache dir)
1313
# env = [] # Named environment profiles to apply (see [env.*] sections below)

0 commit comments

Comments
 (0)