Skip to content

Commit 970e0dc

Browse files
Update Node.js to v22.2.0
1 parent 78bdce1 commit 970e0dc

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
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.19-amd64 AS base
33
ENV WORKDIR=/app
44
WORKDIR ${WORKDIR}
55

6-
FROM node:22.1.0-alpine3.19 AS lint
6+
FROM node:22.2.0-alpine3.19 AS lint
77

88
ENV WORKDIR=/app
99
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)