This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update node version for restify (
#7248
)
JaeHyeok Kim
3 years ago
parent
cf7259c158
commit
8736e804bd
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
frameworks/JavaScript/restify/restify.dockerfile
+ 1
- 1
frameworks/JavaScript/restify/restify.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:16.1
3
.2-slim
+FROM node:16.1
4
.2-slim
WORKDIR /nextjs
WORKDIR /nextjs
ADD ./ ./
ADD ./ ./