We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac3067 commit 0e06db9Copy full SHA for 0e06db9
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: erlef/setup-beam@v1
16
with:
17
otp-version: "27.1.2"
18
- gleam-version: "1.6.3"
+ gleam-version: "1.9.1"
19
rebar3-version: "3"
20
- run: gleam test
21
- run: gleam format --check src test
Dockerfile
@@ -1,5 +1,5 @@
1
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
+COPY --from=ghcr.io/gleam-lang/gleam:v1.9.1-erlang-alpine /bin/gleam /bin/gleam
3
COPY . /app/
4
RUN cd /app && gleam export erlang-shipment
5
0 commit comments