Skip to content

Commit d624f44

Browse files
authored
Update Containerfile.lite to support node s390x & ppc64le (#4075)
Signed-off-by: Jonathan Springer <jps@s390x.com>
1 parent 03e2714 commit d624f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile.lite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ FROM rust-builder-base AS rust-builder
101101
###########################
102102
# Frontend builder stage
103103
###########################
104-
FROM node:lts-alpine AS frontend-builder
104+
FROM node:lts AS frontend-builder
105105
WORKDIR /app
106106

107107
# Copy package.json and package-lock.json

0 commit comments

Comments
 (0)