File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- elixir 1.19.2 -otp-28
1+ elixir 1.19.4 -otp-28
22erlang 28.1
Original file line number Diff line number Diff line change 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
44RUN apt-get update && \
@@ -14,7 +14,7 @@ COPY . .
1414# Builds an escript bin/elixir_representer
1515RUN ./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
1818COPY --from=builder /etc/passwd /etc/passwd
1919COPY --from=builder /elixir-representer/bin /opt/representer/bin
2020RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments