1
0

fix(ci): pin used node version to 20.5 to avoid build issues

Related https://github.com/vitejs/vite/issues/14299
This commit is contained in:
kolaente
2023-09-06 15:33:04 +02:00
parent 0ecda46af9
commit b187e8c1b6
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM node:20-alpine AS builder
FROM --platform=$BUILDPLATFORM node:20.5-alpine AS builder
WORKDIR /build