Skip to content

Commit a6261d1

Browse files
Update Node.js to v18.20.7
1 parent af53cb6 commit a6261d1

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:18.20.7-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)