diff --git a/build/docker/quicktype/Dockerfile b/build/docker/quicktype/Dockerfile index 40e9e6e..529cc98 100644 --- a/build/docker/quicktype/Dockerfile +++ b/build/docker/quicktype/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM node:16.17.0-slim +FROM node:22.3.0-slim RUN npm update -g RUN npm install -g quicktype