From 15ad57a7adca46615c2d1361becde51ccb9d69e7 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 2 Jun 2026 22:07:15 +0200 Subject: [PATCH] chore(signup): bump Gleam to v1.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- signup/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup/Dockerfile b/signup/Dockerfile index d20b985..a483812 100644 --- a/signup/Dockerfile +++ b/signup/Dockerfile @@ -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