Skip to content

Commit

Permalink
upgrade: use Gleam 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jun 20, 2024
1 parent 14171ca commit 96c15f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.1.0"
gleam-version: "1.2.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- name: Download gleam dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.1.0"
gleam-version: "1.2.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- name: Download gleam dependencies
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine AS builder
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.2.1-erlang-alpine AS builder

RUN apk add ca-certificates
RUN mkdir -p /build/backend/src
Expand All @@ -11,7 +11,7 @@ COPY packages /packages
RUN cd /build/backend && gleam build
RUN cd /build/backend && gleam export erlang-shipment

FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.1.0-erlang-alpine as runner
FROM --platform=x86_64 ghcr.io/gleam-lang/gleam:v1.2.1-erlang-alpine as runner
LABEL org.opencontainers.image.source https://github.com/ghivert/gloogle

RUN apk add ca-certificates inotify-tools
Expand Down

0 comments on commit 96c15f3

Please sign in to comment.