Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent c91f8c4 commit d22d58a
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=22.10.0-alpine
ARG NODE_VERSION=22.11.0-alpine
ARG NPM_VERSION=10.5.0

FROM node:${NODE_VERSION} as base

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / pipeline

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/
Expand Down
Loading

0 comments on commit d22d58a

Please sign in to comment.