diff --git a/Dockerfile b/Dockerfile index 95d101b..d151e68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.7.0-slim AS typescript-builder +FROM node:20.8.0-slim AS typescript-builder SHELL ["/bin/bash", "-o", "pipefail", "-c"] COPY / /