Skip to content

Commit

Permalink
Bump node from 16-alpine to 23-alpine
Browse files Browse the repository at this point in the history
Bumps node from 16-alpine to 23-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 05d2826 commit 94dd9db
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
@@ -1,6 +1,6 @@
# Node.js (Build assets)

FROM node:16-alpine as node
FROM node:23-alpine as node

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker-build

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 /assets

Expand Down

0 comments on commit 94dd9db

Please sign in to comment.