Skip to content

Commit

Permalink
build(deps): bump node in the non-majors group
Browse files Browse the repository at this point in the history
Bumps the non-majors group with 1 update: node.


Updates `node` from 23.6.0-alpine to 23.7.0-alpine

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 451901e commit c647835
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,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:23.6.0-alpine AS build
FROM --platform=$BUILDPLATFORM node:23.7.0-alpine AS build
WORKDIR /app

ENV CYPRESS_INSTALL_BINARY=0
Expand Down

0 comments on commit c647835

Please sign in to comment.