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 5ebb931 commit 8a134abCopy full SHA for 8a134ab
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax = docker/dockerfile:1
2
3
# Adjust NODE_VERSION as desired
4
-ARG NODE_VERSION=18.16.1
+ARG NODE_VERSION=24.7.0
5
FROM node:${NODE_VERSION}-slim as base
6
7
LABEL fly_launch_runtime="Node.js"
0 commit comments