diff --git a/Dockerfile b/Dockerfile index 646756c3..2b6c4108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ CMD [ "bash" ] FROM koalaman/shellcheck:v0.10.0 as shellcheck FROM mvdan/shfmt:v3.8.0 as shfmt FROM hadolint/hadolint:v2.12.0 as hadolint -FROM node:18.20.3-bullseye as node +FROM node:18.20.4-bullseye as node FROM base as ci