We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bc0bc commit fc69340Copy full SHA for fc69340
Dockerfile
@@ -1,7 +1,7 @@
1
# This file is the main docker file configurations
2
3
# Official Node JS runtime as a parent image
4
-FROM node:10.16.0-alpine
+FROM node:20.0-alpine
5
6
# Set the working directory to ./app
7
WORKDIR /app
0 commit comments