chore(deps): update elixir docker tag to v1.16.0
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
renovate-bot 2023-12-24 07:22:19 +00:00
parent 42ae54b17e
commit 598be763c6
2 changed files with 2 additions and 2 deletions

View File

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

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 \ RUN apt-get update \
&& apt-get -y install make && apt-get -y install make