Skip to content

Commit

Permalink
chore(deps): update node.js to v20.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent ea1cfb2 commit be6b05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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="[email protected]"

Expand Down

0 comments on commit be6b05b

Please sign in to comment.