Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and felix.ruf committed Feb 20, 2025
1 parent 86f2e34 commit 07219eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generate frontend assets
FROM node:20 AS frontend
FROM node:23 AS frontend
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests \
build-essential \
Expand Down

0 comments on commit 07219eb

Please sign in to comment.