Compare commits

..

2 Commits

Author SHA1 Message Date
16cc8ee4e9 chore(deps): update dependency credo to v1.7.12
All checks were successful
continuous-integration/drone/pr Build is passing
2025-04-23 13:55:05 +00:00
613c028a67 chore(docker): upgrade erlang to 27.3.3 (#140)
All checks were successful
continuous-integration/drone/push Build is passing
Upgrade docker image for [`elixir:1.18.3-erlang-27.3.3-debian-bookworm-20250407-slim`][0].

Reviewed-on: #140

[0]: https://hub.docker.com/layers/hexpm/elixir/1.18.3-erlang-27.3.3-debian-bookworm-20250407-slim/images/sha256-88627ea2786f2e9ad7520d0f12bc7a9266ea0d6e7f89f2e0e278404263d470a4
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2025-04-23 13:48:55 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ steps:
path: /drone/src/deps path: /drone/src/deps
- name: dependencies and compile - name: dependencies and compile
image: &elixir 'hexpm/elixir:1.18.3-erlang-27.3.2-debian-bookworm-20250407-slim' image: &elixir 'hexpm/elixir:1.18.3-erlang-27.3.3-debian-bookworm-20250407-slim'
commands: commands:
- apt-get update - apt-get update
- apt-get install -y git make - apt-get install -y git make

View File

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