Skip to content

Commit

Permalink
Bump node in /build/docker/quicktype
Browse files Browse the repository at this point in the history
Bumps node from 12.22.9-buster-slim to 20.14.0-buster-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 Jun 3, 2024
1 parent 6bacf6c commit 7c33b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/quicktype/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM node:12.22.9-buster-slim
FROM node:20.14.0-buster-slim

RUN npm install -g quicktype

Expand Down

0 comments on commit 7c33b86

Please sign in to comment.