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:
@@ -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
|
WORKDIR /build
|
||||||
COPY gleam.toml ./
|
COPY gleam.toml ./
|
||||||
RUN gleam deps download
|
RUN gleam deps download
|
||||||
|
|||||||
Reference in New Issue
Block a user