feat: upgrade elixir to 1.17.1
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2024-06-18 16:57:27 +00:00
parent 4e99c96ebd
commit b8e343fcc3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240513-slim AS builder
FROM hexpm/elixir:1.17.1-erlang-27.0-debian-bookworm-20240612-slim AS builder
RUN apt-get update \
&& apt-get -y install make