parent
bf9fd4880f
commit
3141621731
@ -17,7 +17,7 @@ steps:
|
||||
- .mix
|
||||
|
||||
- name: test
|
||||
image: elixir:1.15.4-alpine
|
||||
image: elixir:1.15.7-alpine
|
||||
environment:
|
||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
|
||||
HOST: testing.example.tld
|
||||
|
@ -1,3 +1,3 @@
|
||||
elixir 1.15.4-otp-26
|
||||
erlang 26.0.2
|
||||
elixir 1.15.7-otp-26
|
||||
erlang 26.1.2
|
||||
nodejs 20.6.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM elixir:1.15.4-alpine AS build
|
||||
FROM elixir:1.15.7-alpine AS build
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add --no-cache build-base npm git python3
|
||||
|
@ -1,3 +1,6 @@
|
||||
# v0.1.13
|
||||
- Update dependencies
|
||||
|
||||
# v0.1.12
|
||||
- Code quality fixes
|
||||
- Fix error/404 pages not rendering properly
|
||||
|
4
mix.exs
4
mix.exs
@ -4,8 +4,8 @@ defmodule Memex.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :memex,
|
||||
version: "0.1.12",
|
||||
elixir: "1.15.4",
|
||||
version: "0.1.13",
|
||||
elixir: "1.15.7",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
aliases: aliases(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user