Skip to content

Commit

Permalink
fix: deal
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Pomar committed Dec 28, 2023
1 parent 41894fd commit a5c9051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deploy/node-pipeline/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const build_node = async (app: FaableApp, workdir: string) => {
app,
workdir,
template_context: {
from: "node:18.12.0-slim",
from: "node:18.19.0-slim",
},
});

Expand Down

0 comments on commit a5c9051

Please sign in to comment.