Skip to content

Commit 0d62b72

Browse files
authored
Merge pull request #155 from sir-gon/renovate/node-22.x
Update Node.js to v22.2.0
2 parents a6660d4 + 53a5440 commit 0d62b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --update --no-cache make
66
WORKDIR /app
77

88
###############################################################################
9-
FROM node:22.1.0-alpine3.19 AS lint
9+
FROM node:22.2.0-alpine3.19 AS lint
1010

1111
ENV WORKDIR=/app
1212
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)