Skip to content

Commit acf2597

Browse files
Update Node.js to v24
1 parent af53cb6 commit acf2597

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:18.14.1-alpine
1+
FROM node:24.11.1-alpine
22
WORKDIR /app
33
RUN apk update && apk upgrade && apk add --no-cache bash git curl
44
COPY package.json .

0 commit comments

Comments
 (0)