Skip to content

Commit

Permalink
Update Gleam version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 5, 2025
1 parent e024df9 commit af60f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
gleam-version: "1.5.1"
gleam-version: "1.7.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM erlang:27.1.1.0-alpine AS build
COPY --from=ghcr.io/gleam-lang/gleam:v1.5.1-erlang-alpine /bin/gleam /bin/gleam
COPY --from=ghcr.io/gleam-lang/gleam:v1.7.0-erlang-alpine /bin/gleam /bin/gleam
COPY . /app/
RUN cd /app && gleam export erlang-shipment

Expand Down

0 comments on commit af60f75

Please sign in to comment.