Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
Update node from 18.20.4 to 22.11.0

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Nov 4, 2024
1 parent c79091e commit 009e7c6
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,5 +1,5 @@
# https://hub.docker.com/_/node
FROM node:18.20.4-bullseye-slim as base
FROM node:22.11.0-bullseye-slim as base

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Flowzone / Test docker (default, linux/amd64, ubuntu-22.04, amd64, default)

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

Expand Down

0 comments on commit 009e7c6

Please sign in to comment.