Skip to content

Commit

Permalink
ci(deps): bump node from 16.14.2-slim to 23.5.0-slim in /docker
Browse files Browse the repository at this point in the history
Bumps node from 16.14.2-slim to 23.5.0-slim.

---
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 23, 2024
1 parent 4265490 commit 8eb2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG dbType

FROM node:16.14.2-slim AS base
FROM node:23.5.0-slim AS base

##
## Prepare a subset of this monorepo
Expand Down

0 comments on commit 8eb2aed

Please sign in to comment.