Skip to content

Commit

Permalink
deps: Upgrade to Elixir 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Feb 25, 2025
1 parent fe18348 commit 7204290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 23.3.4.18
elixir 1.12.3-otp-23
erlang 26.2.5.9
elixir 1.14.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.12.3-alpine
FROM elixir:1.14.5-alpine
RUN apk update && apk upgrade
RUN apk add bash imagemagick curl gcc make libc-dev libgcc && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 7204290

Please sign in to comment.