Skip to content

Commit

Permalink
Merge pull request #31 from sir-gon/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.2.0
  • Loading branch information
sir-gon authored May 16, 2024
2 parents 78bdce1 + 970e0dc commit f71bf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.300-alpine3.19-amd64 AS base
ENV WORKDIR=/app
WORKDIR ${WORKDIR}

FROM node:22.1.0-alpine3.19 AS lint
FROM node:22.2.0-alpine3.19 AS lint

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down

0 comments on commit f71bf70

Please sign in to comment.