Update Dockerfile.luma-builder
Build and Bundle Gleam App / format (push) Successful in 13s
Build and Bundle Gleam App / build-linux-binaries (push) Failing after 13s

This commit is contained in:
2026-09-01 18:04:18 +02:00
parent 4ea2f44a98
commit 5abf085870
+2 -3
View File
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM erlang:29.0-alpine
ARG TARGETARCH
@@ -7,8 +7,6 @@ RUN apk add --no-cache \
build-base \
ca-certificates \
curl \
erlang \
erlang-dev \
git \
nodejs \
npm \
@@ -61,6 +59,7 @@ RUN cargo install --locked queso \
&& cargo install cargo-zigbuild
RUN gleam --version \
&& command -v escript \
&& rustup --version \
&& zig version \
&& queso --version \