Skip to content

Commit 5a49821

Browse files
Run on 1.19.4 (#143)
1 parent 30afe16 commit 5a49821

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/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
- name: Install git & jq

.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
# Install SSL ca certificates
44
RUN apt-get update && \
@@ -14,7 +14,7 @@ COPY . .
1414
# Builds an escript bin/elixir_representer
1515
RUN ./bin/build.sh
1616

17-
FROM hexpm/elixir:1.19.2-erlang-28.1-debian-bookworm-20251103
17+
FROM hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
1818
COPY --from=builder /etc/passwd /etc/passwd
1919
COPY --from=builder /elixir-representer/bin /opt/representer/bin
2020
RUN apt-get update && \

0 commit comments

Comments
 (0)