Skip to content

Commit

Permalink
build(deps): bump node from 22.9.0 to 23.5.0
Browse files Browse the repository at this point in the history
Bumps node from 22.9.0 to 23.5.0.

---
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 Dec 22, 2024
1 parent ac175ce commit e5d169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG USER_UID=1000
ARG USER_GID=1000

FROM node:22.9.0 AS builder
FROM node:23.5.0 AS builder
ARG USER_UID
ARG USER_GID
RUN usermod --uid $USER_UID node && \
Expand Down

0 comments on commit e5d169b

Please sign in to comment.