Skip to content

Commit

Permalink
Merge pull request #53 from Curudel/dev
Browse files Browse the repository at this point in the history
Updated versions of node, express and log4js
  • Loading branch information
TheConnMan authored May 15, 2024
2 parents 27e042c + 6ad09a0 commit 74ed56f
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:22-alpine

RUN apk add --no-cache git && mkdir /app && chown nobody:nogroup /app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"dependencies": {
"docker-hub-api": "^0.8.0",
"express": "^4.17.1",
"express": "^4.19.2",
"fluent-logger": "github:theconnman/fluent-logger-node",
"log4js": "^6.7.0",
"log4js": "^6.9.1",
"rss": "^1.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 74ed56f

Please sign in to comment.