Skip to content

Commit

Permalink
Merge pull request #1 from BackendStack21/update-to-node-v20
Browse files Browse the repository at this point in the history
update to Node.js v20
  • Loading branch information
jkyberneees authored Oct 7, 2023
2 parents d629e63 + 5f31eb0 commit 026cec2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
RUN apk add --no-cache tini

RUN mkdir /rproxy
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rproxy",
"version": "1.3.1",
"version": "1.4.0",
"description": "HTTP reverse proxy implementation based on Node.js and Docker",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 026cec2

Please sign in to comment.