Compare commits

...

1 Commits

Author SHA1 Message Date
598be763c6 chore(deps): update elixir docker tag to v1.16.0
All checks were successful
continuous-integration/drone/pr Build is passing
2023-12-24 07:22:19 +00:00
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.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 \
&& apt-get -y install make