Skip to content

Commit

Permalink
Revert Erlang version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jun 22, 2024
1 parent 46f9207 commit b35dc77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.13.4-erlang-25.0.4-debian-bullseye-20210902-slim
#
ARG ELIXIR_VERSION=1.17.0
ARG OTP_VERSION=27.0
ARG DEBIAN_VERSION=buster-20240612-slim
ARG ELIXIR_VERSION=1.16.2
ARG OTP_VERSION=26.2.3
ARG DEBIAN_VERSION=buster-20240130-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule Pepicrft.MixProject do
{:image, "~> 0.48.0"},
{:file_system, "~> 0.2"},
{:remote_ip, "~> 1.1"},
{:req, "~> 0.5.0"}
{:req, "~> 0.5.0"},
]
end

Expand Down

0 comments on commit b35dc77

Please sign in to comment.