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 6414997 commit ebfffffCopy full SHA for ebfffff
packages/cli-v3/src/deploy/buildImage.ts
@@ -458,7 +458,7 @@ async function generateBunContainerfile(options: GenerateContainerfileOptions) {
458
" "
459
);
460
461
- return `
+ return `# syntax=docker/dockerfile:1
462
FROM imbios/bun-node:22-debian AS base
463
464
${baseInstructions}
@@ -563,7 +563,7 @@ async function generateNodeContainerfile(options: GenerateContainerfileOptions)
563
564
565
566
567
FROM node:21-bookworm-slim@sha256:99afef5df7400a8d118e0504576d32ca700de5034c4f9271d2ff7c91cc12d170 AS base
568
569
0 commit comments