Skip to content

Commit

Permalink
featureflagservice: bump ecto_sql to build on otp-26
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed May 23, 2023
1 parent 3d10260 commit fc22ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/featureflagservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN mix release
# the compiled release and other runtime necessities
FROM ${RUNNER_IMAGE}

RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales curl \
RUN apt-get update -y && apt-get install -y openssl libncurses5 locales curl \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*

# Set the locale
Expand Down
2 changes: 1 addition & 1 deletion src/featureflagservice/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Featureflagservice.MixProject do
[
{:phoenix, "~> 1.6.9"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.6"},
{:ecto_sql, "~> 3.10"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
Expand Down

0 comments on commit fc22ff8

Please sign in to comment.