Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8db2c4c

Browse files
committedJan 17, 2021
Node version 10.22.1 in docker file
1 parent b7c184d commit 8db2c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:latest
2+
FROM node:10.22.1
33

44
ARG APPMODE
55
ARG APPENV

0 commit comments

Comments
 (0)