Skip to content

Commit

Permalink
Update Gleam version in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 29, 2024
1 parent fd7188d commit 9eff85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM erlang:27.1.1.0-alpine AS build
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
COPY . /app/
RUN cd /app && gleam export erlang-shipment

Expand Down

0 comments on commit 9eff85f

Please sign in to comment.