diff --git a/Dockerfile b/Dockerfile index ca9c7bda..ca92fd7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Docker build environment # ############################ -FROM node:18.16.1-bookworm AS build +FROM node:18.18.2-bookworm AS build WORKDIR /build