Skip to content

Commit

Permalink
Update Node.js to v22.13.1 (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 25e9116 commit 8d2529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0 as build
FROM node:22.13.1 as build

Check warning on line 1 in app/web/Dockerfile

View workflow job for this annotation

GitHub Actions / web-docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /build
COPY package*.json .
Expand Down

0 comments on commit 8d2529e

Please sign in to comment.