Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: pin nodejs to version 20.5.1 (20.6.0 breaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Sep 8, 2023
1 parent 7421da9 commit 70420c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:20 as builder
# Pinned node version, 20.6.0 is buggy
FROM node:20.5.1 as builder

COPY . /build
WORKDIR /build
Expand Down

0 comments on commit 70420c2

Please sign in to comment.