Skip to content

Commit c84fca3

Browse files
committed
bump to 1.19.4
1 parent 5a6f57e commit c84fca3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
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
@@ -53,7 +53,7 @@ jobs:
5353
id: plt-cache
5454
with:
5555
path: priv/plts
56-
key: elixir:1.19.2-erlang-28.1-debian-bookworm-20251103-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
56+
key: elixir:1.19.4-erlang-28.1-debian-bookworm-20251103-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
5757

5858
- name: Create PLTs
5959
if: steps.plt-cache.outputs.cache-hit != 'true'

.github/workflows/elixir_test_external.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

.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
RUN apt-get update && \
44
apt-get install bash -y
@@ -13,7 +13,7 @@ COPY . .
1313
# Builds an escript bin/elixir_analyzer
1414
RUN ./bin/build.sh
1515

16-
FROM hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103
16+
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
1717
COPY --from=builder /etc/passwd /etc/passwd
1818

1919
COPY --from=builder /elixir-analyzer/bin /opt/analyzer/bin

0 commit comments

Comments
 (0)