We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589f7db commit f2376e9Copy full SHA for f2376e9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:17.9.1-alpine
+FROM node:20-alpine
2
WORKDIR /usr/src/app
3
COPY . .
4
RUN npm install
0 commit comments