diff --git a/Dockerfile b/Dockerfile index 4f2a546..7470dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23.0.0-slim AS typescript-builder +FROM node:23.1.0-slim AS typescript-builder SHELL ["/bin/bash", "-o", "pipefail", "-c"] COPY / /