Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6fb2d12

Browse files
authored
Merge pull request #79 from topcoder-platform/read-only-hf
Read only hf
2 parents 0fde208 + 24c6135 commit 6fb2d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:16.20.1-buster
33

44
# Copy the current directory into the Docker image
55
COPY . /leaderboard-api

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"winston": "^3.1.0"
4444
},
4545
"engines": {
46-
"node": "10.x"
46+
"node": "16.x"
4747
},
4848
"standard": {
4949
"env": [

0 commit comments

Comments
 (0)