diff --git a/Dockerfile b/Dockerfile index 8c8d964..65167e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.5.1-slim AS typescript-builder +FROM node:20.6.1-slim AS typescript-builder SHELL ["/bin/bash", "-o", "pipefail", "-c"] COPY / /