Compare commits

..

2 Commits

Author SHA1 Message Date
bf9fd4880f run mix format
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-07 18:43:25 -04:00
957e433847 update dependencies 2023-09-07 18:43:25 -04:00
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ steps:
- .mix
- name: test
image: elixir:1.15.5-alpine
image: elixir:1.15.4-alpine
environment:
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
HOST: testing.example.tld

View File

@ -1,3 +1,3 @@
elixir 1.15.5-otp-26
elixir 1.15.4-otp-26
erlang 26.0.2
nodejs 20.6.0

View File

@ -1,4 +1,4 @@
FROM elixir:1.15.5-alpine AS build
FROM elixir:1.15.4-alpine AS build
# install build dependencies
RUN apk add --no-cache build-base npm git python3

View File

@ -5,7 +5,7 @@ defmodule Memex.MixProject do
[
app: :memex,
version: "0.1.12",
elixir: "1.15.5",
elixir: "1.15.4",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),