feat: upgrade runtimes in docker and drone

* `elixir` from 1.18.3 to 1.18.4
* `lefthook` from 1.11.12 to 1.11.13
* `debian` from bookworm-20250428-slim to bookworm-20250520-slim
This commit is contained in:
2025-05-22 13:34:43 +00:00
parent 0ee1a5b76c
commit ac02060707
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
ARG ELIXIR_VERSION=1.18.3
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=27.3.4
ARG DEBIAN_VERSION=bookworm-20250428-slim
ARG DEBIAN_VERSION=bookworm-20250520-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"