Skip to content

Commit

Permalink
chore(deps): update dependency elixir to v1.18.0 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 445dec0 commit df5f270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.17.3-otp-26
elixir 1.18.0-otp-26
erlang 27.1.3
nodejs 22.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Elixir Deps
FROM hexpm/elixir:1.17.3-erlang-27.1.3-alpine-3.20.3 AS elixir-deps
FROM hexpm/elixir:1.18.0-erlang-27.1.3-alpine-3.20.3 AS elixir-deps

# git is needed to fetch some mix deps
RUN apk add --no-cache git
Expand Down

0 comments on commit df5f270

Please sign in to comment.