diff --git a/Dockerfile b/Dockerfile index 7af54eae..5f70da3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:21-alpine SHELL ["/bin/ash", "-eo", "pipefail", "-c"]