Skip to content

Commit 026cec2

Browse files
authored
Merge pull request #1 from BackendStack21/update-to-node-v20
update to Node.js v20
2 parents d629e63 + 5f31eb0 commit 026cec2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:20-alpine
22
RUN apk add --no-cache tini
33

44
RUN mkdir /rproxy

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rproxy",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "HTTP reverse proxy implementation based on Node.js and Docker",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)