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

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