Skip to content

Commit 212e470

Browse files
committed
fix(docker): support the latest docker version
1 parent 19fa669 commit 212e470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/supervisor/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Env = z.object({
5757
RESOURCE_MONITOR_OVERRIDE_MEMORY_TOTAL_GB: z.coerce.number().optional(),
5858

5959
// Docker settings
60-
DOCKER_API_VERSION: z.string().default("v1.41"),
60+
DOCKER_API_VERSION: z.string().optional(),
6161
DOCKER_PLATFORM: z.string().optional(), // e.g. linux/amd64, linux/arm64
6262
DOCKER_STRIP_IMAGE_DIGEST: BoolEnv.default(true),
6363
DOCKER_REGISTRY_USERNAME: z.string().optional(),

0 commit comments

Comments
 (0)