Skip to content

Commit 0e06db9

Browse files
committed
Update Gleam version
1 parent cac3067 commit 0e06db9

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.1.2"
18-
gleam-version: "1.6.3"
18+
gleam-version: "1.9.1"
1919
rebar3-version: "3"
2020
- run: gleam test
2121
- run: gleam format --check src test

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.6.2-erlang-alpine /bin/gleam /bin/gleam
2+
COPY --from=ghcr.io/gleam-lang/gleam:v1.9.1-erlang-alpine /bin/gleam /bin/gleam
33
COPY . /app/
44
RUN cd /app && gleam export erlang-shipment
55

0 commit comments

Comments
 (0)