Skip to content

Commit c7dde03

Browse files
committed
bookworm and otp 27.2
1 parent 62d5b65 commit c7dde03

File tree

5 files changed

+6
-6
lines changed

5 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-22.04
88

99
container:
10-
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202
10+
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
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.18.0-erlang-27.2-debian-bullseye-20241202-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
56+
key: elixir:1.18.0-erlang-27.2-debian-bookworm-20241202-${{ 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-22.04
88

99
container:
10-
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202
10+
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
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 @@
11
elixir 1.18.0-otp-27
2-
erlang 27.0
2+
erlang 27.2

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202 as builder
1+
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202 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.18.0-erlang-27.2-debian-bullseye-20241202
16+
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
1717
COPY --from=builder /etc/passwd /etc/passwd
1818

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

backup

-2.73 MB
Binary file not shown.

0 commit comments

Comments
 (0)