Skip to content

Commit 56f7651

Browse files
committed
Update elixir/erlang
1 parent 9f905fc commit 56f7651

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Setup Elixir
3939
uses: erlef/setup-beam@v1
4040
with:
41-
otp-version: "27.3"
42-
elixir-version: "1.18.4"
41+
otp-version: "28.2"
42+
elixir-version: "1.19.4"
4343

4444
- name: Cache Dependencies
4545
uses: actions/cache@v4

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Setup Elixir
4141
uses: erlef/setup-beam@v1
4242
with:
43-
otp-version: "27.3"
44-
elixir-version: "1.18.4"
43+
otp-version: "28.2"
44+
elixir-version: "1.19.4"
4545

4646
- name: Cache Dependencies
4747
uses: actions/cache@v4

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
elixir 1.19.1-otp-28
2-
erlang 28.1.1
1+
elixir 1.19.4-otp-28
2+
erlang 28.2
33
nodejs 24.11.0

services/app/Containerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.19.1-otp-28-alpine
1+
FROM elixir:1.19-otp-28-alpine
22

33
# Install Elixir tooling
44
RUN mix local.hex --force \

services/app/Containerfile.runner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixir:1.19.1-otp-28-alpine AS compile-image
1+
FROM elixir:1.19-otp-28-alpine AS compile-image
22
ARG GIT_HASH
33

44
ENV APP_VERSION=$GIT_HASH
@@ -24,7 +24,7 @@ COPY ./apps/runner/ ./apps/runner/
2424
RUN mix release runner \
2525
&& mv _build/prod/rel/runner /opt/release
2626

27-
FROM elixir:1.19.1-otp-28-alpine AS runtime-image
27+
FROM elixir:1.19-otp-28-alpine AS runtime-image
2828

2929
ENV GOON_VERSION v1.1.1
3030

0 commit comments

Comments
 (0)