Skip to content

Commit aa7e9f2

Browse files
committed
Update to latest node version and package versions
1 parent 10ed80b commit aa7e9f2

File tree

3 files changed

+112
-9
lines changed

3 files changed

+112
-9
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -ex \
1919
&& chown -R node:node /app \
2020
&& chmod +r /app/privkey.pem
2121

22-
FROM node:18-alpine AS final
22+
FROM node:22-alpine AS final
2323
LABEL \
2424
org.opencontainers.image.title="http-https-echo" \
2525
org.opencontainers.image.description="Docker image that echoes request data as JSON; listens on HTTP/S, with various extra features, useful for debugging." \

package-lock.json

+109-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"concat-stream": "^2.0.0",
2121
"express": "^4.21.2",
22+
"express-prom-bundle": "^8.0.0",
2223
"jsonwebtoken": "^9.0.0",
23-
"morgan": "^1.10.0",
24-
"express-prom-bundle": "^6.6.0"
24+
"morgan": "^1.10.0"
2525
}
2626
}

0 commit comments

Comments
 (0)