We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e024df9 commit af60f75Copy full SHA for af60f75
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: erlef/setup-beam@v1
16
with:
17
otp-version: "27.0"
18
- gleam-version: "1.5.1"
+ gleam-version: "1.7.0"
19
rebar3-version: "3"
20
# elixir-version: "1.15.4"
21
- run: gleam deps download
Dockerfile
@@ -1,5 +1,5 @@
1
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
+COPY --from=ghcr.io/gleam-lang/gleam:v1.7.0-erlang-alpine /bin/gleam /bin/gleam
3
COPY . /app/
4
RUN cd /app && gleam export erlang-shipment
5
0 commit comments