Skip to content

Commit

Permalink
Upgrade elixir to 1.16 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm authored Jan 23, 2024
1 parent 3e2e8a5 commit f16dc20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Largely based on https://github.com/nicbet/docker-phoenix/blob/main/Dockerfile
ARG ELIXIR_VERSION=1.15.6
ARG ELIXIR_VERSION=1.16-otp-25
ARG NODE_VERSION=20.5.0

FROM node:${NODE_VERSION}-alpine AS node
Expand Down
2 changes: 1 addition & 1 deletion server/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.1.1
elixir 1.15.6-otp-26
elixir 1.16.0-otp-26

0 comments on commit f16dc20

Please sign in to comment.