Compare commits
2 Commits
bf9fd4880f
...
57a3cbca5b
Author | SHA1 | Date | |
---|---|---|---|
57a3cbca5b | |||
abb14f08b9 |
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.15.4-alpine
|
image: elixir:1.15.5-alpine
|
||||||
environment:
|
environment:
|
||||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
|
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
|
||||||
HOST: testing.example.tld
|
HOST: testing.example.tld
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
elixir 1.15.4-otp-26
|
elixir 1.15.5-otp-26
|
||||||
erlang 26.0.2
|
erlang 26.0.2
|
||||||
nodejs 20.6.0
|
nodejs 20.6.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:1.15.4-alpine AS build
|
FROM elixir:1.15.5-alpine AS build
|
||||||
|
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
RUN apk add --no-cache build-base npm git python3
|
RUN apk add --no-cache build-base npm git python3
|
||||||
|
2
mix.exs
2
mix.exs
@ -5,7 +5,7 @@ defmodule Memex.MixProject do
|
|||||||
[
|
[
|
||||||
app: :memex,
|
app: :memex,
|
||||||
version: "0.1.12",
|
version: "0.1.12",
|
||||||
elixir: "1.15.4",
|
elixir: "1.15.5",
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
aliases: aliases(),
|
aliases: aliases(),
|
||||||
|
Loading…
Reference in New Issue
Block a user