Skip to content

Commit ecdadbd

Browse files
committed
Update Dockerfile to use Node.js version 22
1 parent 109937c commit ecdadbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

44
RUN mkdir /rproxy

0 commit comments

Comments
 (0)