Skip to content

Commit

Permalink
Bump node from 22 to 23 (#2986)
Browse files Browse the repository at this point in the history
Bumps node from 22 to 23.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2025
1 parent f82e508 commit f37e774
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
Expand Up @@ -34,7 +34,7 @@ COPY . /app/


# FRONTEND BUILDER IMAGE
FROM node:22 AS frontend
FROM node:23 AS frontend

RUN apt-get update || : && apt-get install python3 -y
RUN apt-get -y install make
Expand Down

0 comments on commit f37e774

Please sign in to comment.