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 dfd6437 commit 2d12c84Copy full SHA for 2d12c84
Dockerfile
@@ -1,5 +1,5 @@
1
# Step 1: Use a base Node.js image
2
-FROM node:latest
+FROM node:current-alpine3.19
3
4
# Step 2: Create and set the working directory
5
WORKDIR /usr/src/app
0 commit comments