fix(Dockerfile): lock node alpine version

This commit is contained in:
kunish 2023-09-10 20:31:49 +08:00
parent ee5f25a061
commit 6f5c1dade0
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -1,4 +1,4 @@
FROM docker.io/node:alpine as builder FROM docker.io/node:20.5-alpine as builder
WORKDIR /build WORKDIR /build