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