Skip to content

Commit

Permalink
[DCJ-400-docker]: Bump node in the docker-dependencies group
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group with 1 update: node.


Updates `node` from 22.11.0 to 22.12.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 748caa6 commit 005954f
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 @@
# builder image
FROM node:22.11.0 AS builder
FROM node:22.12.0 AS builder
LABEL maintainer="grushton@broadinstitute.org"

# set working directory
Expand Down

0 comments on commit 005954f

Please sign in to comment.