Skip to content

Commit

Permalink
Fixing freezing dockerfile create page (Azure#945)
Browse files Browse the repository at this point in the history
Co-authored-by: Reinier Cruz <[email protected]>
  • Loading branch information
ReinierCC and Reinier Cruz authored Sep 24, 2024
1 parent 217b881 commit 0c430f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/draft/DraftDockerfilePanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class DraftDockerfileDataProvider implements PanelDataProvider<"draftDock
const variables = {
PORT: port,
VERSION: runtimeImageTag,
BUILDERVERSION: builderImageTag || "",
BUILDERVERSION: builderImageTag,
};

const variableArgs = Object.entries(variables)
Expand Down

0 comments on commit 0c430f2

Please sign in to comment.