Skip to content

Commit 8f1f09c

Browse files
Fix formatting of ARG declaration in containerFeatures.ts
1 parent a1852f4 commit 8f1f09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spec-node/containerFeatures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async function getFeaturesBuildOptions(params: DockerResolverParameters, devCont
273273
skipDefaultSyntax ? (syntax ? `# syntax=${syntax}` : '') :
274274
useBuildKitBuildContexts && !(imageBuildInfo.dockerfile && supportsBuildContexts(imageBuildInfo.dockerfile)) ? '# syntax=docker/dockerfile:1.4' :
275275
syntax ? `# syntax=${syntax}` : ''}
276-
ARG _DEV_CONTAINERS_BASE_IMAGE=placeholder
276+
ARG _DEV_CONTAINERS_BASE_IMAGE=placeholder
277277
`;
278278

279279
// Build devcontainer-features.env and devcontainer-features-install.sh file(s) for each features source folder

0 commit comments

Comments
 (0)