mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 17:44:16 +00:00
Revert "fix: Build on native platform (#2261)"
This reverts commit 07aba95f19
.
This commit is contained in:
parent
07aba95f19
commit
2569cc2f3d
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=$BUILDPLATFORM node:20-alpine as builder
|
||||
FROM node:20-alpine as builder
|
||||
|
||||
# Upgrade to edge to fix sharp/libvips issues
|
||||
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories
|
||||
|
|
Loading…
Reference in a new issue