[WIP] Implement server to parse address #1

Draft
joao.dubas wants to merge 24 commits from jpd-add-parser-server into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a6bb39e320 - Show all commits

View File

@ -1,5 +1,5 @@
erlang 27.3.3 erlang 27.3.4
elixir 1.18.3 elixir 1.18.4
poetry 2.1.3 poetry 2.1.3
python 3.13.3 python 3.13.3
golang 1.24.3 golang 1.24.3

View File

@ -21,7 +21,7 @@ RUN git config --global http.version HTTP/1.1 \
&& make -j4 \ && make -j4 \
&& make install && make install
FROM hexpm/elixir:1.17.3-erlang-27.3.3-debian-bookworm-20250428-slim AS elixir FROM hexpm/elixir:1.18.4-erlang-27.3.4-debian-bookworm-20250520-slim AS elixir
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
build-essential \ build-essential \