feat(ci/docker): upgrade runtimes
All checks were successful
continuous-integration/drone/pr Build is passing

* `erlang` from `27.3.3` to `27.3.4`
* `postgres` from `17.4` to `17.5`
This commit is contained in:
2025-05-13 17:36:46 +00:00
parent 0385353b54
commit 6964cceb06
2 changed files with 3 additions and 3 deletions

View File

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