We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7188d commit 9eff85fCopy full SHA for 9eff85f
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.6.2-erlang-alpine /bin/gleam /bin/gleam
3
COPY . /app/
4
RUN cd /app && gleam export erlang-shipment
5
0 commit comments