Skip to content

Commit 22f0398

Browse files
Run on 1.19.4
1 parent 8c6197c commit 22f0398

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/elixir_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88

99
container:
10-
image: hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103
10+
image: hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
1111

1212
steps:
1313
- name: Install git

.github/workflows/exercism_test_helper_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212

1313
container:
14-
image: hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103
14+
image: hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
1515

1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.19.2-otp-28
1+
elixir 1.19.4-otp-28
22
erlang 28.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103 as builder
1+
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117 as builder
22

33
# Create appuser
44
RUN useradd -ms /bin/bash appuser
@@ -19,7 +19,7 @@ RUN mix local.rebar --force && \
1919
RUN MIX_ENV=prod mix escript.build && \
2020
mv exercism_test_helper /opt/test-runner/bin
2121

22-
FROM hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103 as runner
22+
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117 as runner
2323
COPY --from=builder /etc/passwd /etc/passwd
2424
COPY --from=builder /opt/test-runner /opt/test-runner
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Exercism Automated Test Runner for Elixir Exercises
66

77
## Environment
88

9-
The test runner currently targets exercises supporting Elixir >= 1.15 and Erlang/OTP >= 26, but is running on Elixir 1.19.2 on hexpm's `elixir:1.19.2-erlang-28.1-debian-bookworm-20251103` image.
9+
The test runner currently targets exercises supporting Elixir >= 1.15 and Erlang/OTP >= 26, but is running on Elixir 1.19.4 on hexpm's `elixir:1.19.4-erlang-28.1-debian-bookworm-20251117` image.
1010

1111
The `Dockerfile` also has added `bash`, `jo` and `jq` to the image.
1212

0 commit comments

Comments
 (0)