Skip to content

Commit

Permalink
update gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Nov 4, 2024
1 parent e72e7b4 commit 67cb9d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: erlef/setup-beam@v1.15.4
with:
otp-version: "25.2"
gleam-version: "1.4.1"
gleam-version: "1.5.1"
rebar3-version: "3"
elixir-version: "1.14.2"
- run: gleam format --check src test
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gleam 1.4.1
gleam 1.5.1
nodejs 19.7.0
erlang 26.0.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine as builder
FROM ghcr.io/gleam-lang/gleam:v1.5.1-erlang-alpine as builder

RUN apk add --update nodejs npm elixir

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN gleam export erlang-shipment
RUN mv build/erlang-shipment /app

# FROM erlang:24.0.1-alpine
FROM ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine
FROM ghcr.io/gleam-lang/gleam:v1.5.1-erlang-alpine

WORKDIR /app
RUN chown nobody /app
Expand Down
1 change: 0 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description = "Documentation for Sprocket, a library for building live views and
licenses = ["MIT"]
repository = { type = "github", user = "bitbldr", repo = "sprocket_docs" }
links = [{ title = "Website", href = "https://sprocket.live" }]
gleam = ">= 1.0.0"

# Modules that should be considered "internal" and will not be included in
# generated documentation. Note this currently only affects documentation;
Expand Down

0 comments on commit 67cb9d7

Please sign in to comment.