chore(deps): update elixir docker tag (#56)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| elixir | final | minor | `1.15.7-slim` -> `1.16.0-slim` |
| [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) |  | minor | `1.15.7` -> `1.16.1` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #56
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
renovate-bot 2024-01-31 11:42:10 +00:00 committed by João Paulo Dubas
parent 42ae54b17e
commit 4d09f20e69
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
erlang 26.1.2
elixir 1.15.7
elixir 1.16.1

View File

@ -1,4 +1,4 @@
FROM elixir:1.15.7-slim AS builder
FROM elixir:1.16.0-slim AS builder
RUN apt-get update \
&& apt-get -y install make