Skip to content

Commit a0b2822

Browse files
fix(gleam-mist): bump Gleam to v1.14.0 for gleam_stdlib compat
gleam_stdlib requires Gleam >= 1.14.0, was using v1.8.0.
1 parent cce7769 commit a0b2822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/gleam-mist/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/gleam-lang/gleam:v1.8.0-erlang-alpine AS build
1+
FROM ghcr.io/gleam-lang/gleam:v1.14.0-erlang-alpine AS build
22
RUN apk add --no-cache gcc musl-dev sqlite-dev
33
WORKDIR /app
44
COPY gleam.toml .

0 commit comments

Comments
 (0)