diff --git a/Dockerfile b/Dockerfile index e19bc5b6..b3d284c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 ################################################################################ # => Build container -FROM node:18.20.4-alpine3.20 as builder +FROM node:22.7.0-alpine3.20 as builder WORKDIR /app