Skip to content

Commit

Permalink
upgrade: use gleam 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Aug 3, 2024
1 parent 2e087df commit 151f495
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Runtimes used by the stack.
[tools]
gleam = "1.3.2"
gleam = "1.4.0"
erlang = "27"
node = "22"
deno = "latest"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine AS builder
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.0-erlang-alpine AS builder

RUN apk add build-base ca-certificates
RUN mkdir -p /build/backend/src
Expand All @@ -10,7 +10,7 @@ COPY packages /packages

RUN cd /build/backend && gleam export erlang-shipment

FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine AS runner
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.4.0-erlang-alpine AS runner
LABEL org.opencontainers.image.source=https://github.com/ghivert/gloogle

RUN apk add build-base ca-certificates inotify-tools
Expand Down
1 change: 1 addition & 0 deletions apps/backend/src/backend/config.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import gleam/int
import gleam/option.{type Option}
import gleam/pgo
import gleam/result
import gleam/string
import wisp
import wisp/logger

Expand Down

0 comments on commit 151f495

Please sign in to comment.