Skip to content

Commit 9eff85f

Browse files
committed
Update Gleam version in prod
1 parent fd7188d commit 9eff85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.2-erlang-alpine /bin/gleam /bin/gleam
33
COPY . /app/
44
RUN cd /app && gleam export erlang-shipment
55

0 commit comments

Comments
 (0)