Skip to content

Commit

Permalink
Fixed versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Sep 6, 2024
1 parent 0f370ac commit ba705ea
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.14.4-otp-26
elixir 1.14.5-otp-26
erlang 26.0.2
nodejs 18.12.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# first, get the elixir dependencies within an elixir container
FROM hexpm/elixir:1.14.0-erlang-25.0.2-debian-buster-20210902-slim as elixir-builder
FROM hexpm/elixir:1.14.5-erlang-26.0.2-debian-buster-20240513-slim as elixir-builder
ENV LANG="C.UTF-8" MIX_ENV="prod"

WORKDIR /root
Expand Down

0 comments on commit ba705ea

Please sign in to comment.