update elixir
This commit is contained in:
parent
abaccac9f0
commit
2b7550a954
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.14.1-alpine
|
image: elixir:1.14.4-alpine
|
||||||
environment:
|
environment:
|
||||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
||||||
HOST: testing.example.tld
|
HOST: testing.example.tld
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
elixir 1.14.1-otp-25
|
elixir 1.14.4-otp-25
|
||||||
erlang 25.1.2
|
erlang 25.1.2
|
||||||
nodejs 18.9.1
|
nodejs 18.9.1
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# v0.9.3
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
# v0.9.2
|
# v0.9.2
|
||||||
- Add lot number to packs
|
- Add lot number to packs
|
||||||
- Don't show price paid and lot number columns when displaying packs if not used
|
- Don't show price paid and lot number columns when displaying packs if not used
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:1.14.1-alpine AS build
|
FROM elixir:1.14.4-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
|
||||||
|
4
mix.exs
4
mix.exs
@ -4,8 +4,8 @@ defmodule Cannery.MixProject do
|
|||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :cannery,
|
app: :cannery,
|
||||||
version: "0.9.2",
|
version: "0.9.3",
|
||||||
elixir: "1.14.1",
|
elixir: "1.14.4",
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
compilers: Mix.compilers(),
|
compilers: Mix.compilers(),
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
|
Loading…
Reference in New Issue
Block a user