chore(signup): bump Gleam to v1.16.0

gleam_stdlib now requires >= 1.14.0, breaking the v1.7.0 pin during
build. Bump to v1.16.0 — a stable release with several weeks of bake
time rather than today's v1.17.0.
This commit is contained in:
Julien Calixte
2026-06-02 22:07:15 +02:00
parent 2aa10b1711
commit 15ad57a7ad

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/gleam-lang/gleam:v1.7.0-erlang-alpine AS builder
FROM ghcr.io/gleam-lang/gleam:v1.16.0-erlang-alpine AS builder
WORKDIR /build
COPY gleam.toml ./
RUN gleam deps download