Skip to content

Commit

Permalink
bookworm and otp 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet committed Dec 22, 2024
1 parent 62d5b65 commit c7dde03
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04

container:
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202

steps:
- name: Install git
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
id: plt-cache
with:
path: priv/plts
key: elixir:1.18.0-erlang-27.2-debian-bullseye-20241202-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3
key: elixir:1.18.0-erlang-27.2-debian-bookworm-20241202-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-v3

- name: Create PLTs
if: steps.plt-cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir_test_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04

container:
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202
image: hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202

steps:
- name: Install git
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.18.0-otp-27
erlang 27.0
erlang 27.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202 as builder
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202 as builder

RUN apt-get update && \
apt-get install bash -y
Expand All @@ -13,7 +13,7 @@ COPY . .
# Builds an escript bin/elixir_analyzer
RUN ./bin/build.sh

FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bullseye-20241202
FROM hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241202
COPY --from=builder /etc/passwd /etc/passwd

COPY --from=builder /elixir-analyzer/bin /opt/analyzer/bin
Expand Down
Binary file removed backup
Binary file not shown.

0 comments on commit c7dde03

Please sign in to comment.