Skip to content

Commit af60f75

Browse files
committed
Update Gleam version
1 parent e024df9 commit af60f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: erlef/setup-beam@v1
1616
with:
1717
otp-version: "27.0"
18-
gleam-version: "1.5.1"
18+
gleam-version: "1.7.0"
1919
rebar3-version: "3"
2020
# elixir-version: "1.15.4"
2121
- run: gleam deps download

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM erlang:27.1.1.0-alpine AS build
2-
COPY --from=ghcr.io/gleam-lang/gleam:v1.5.1-erlang-alpine /bin/gleam /bin/gleam
2+
COPY --from=ghcr.io/gleam-lang/gleam:v1.7.0-erlang-alpine /bin/gleam /bin/gleam
33
COPY . /app/
44
RUN cd /app && gleam export erlang-shipment
55

0 commit comments

Comments
 (0)