diff --git a/Dockerfile.tasks b/Dockerfile.tasks index a14c8d372..99b1870fd 100644 --- a/Dockerfile.tasks +++ b/Dockerfile.tasks @@ -1,4 +1,4 @@ -FROM node:20.5.0 as build +FROM node:20.5.1 as build ENV NEXT_TELEMETRY_DISABLED 1 ARG WS="@helpwave/tasks" @@ -22,7 +22,7 @@ COPY lib ./lib/ COPY tasks ./tasks/ RUN pnpm --filter $WS run build -FROM node:20.5.0-alpine +FROM node:20.5.1-alpine LABEL maintainer="tech@helpwave.de"