forked from shibao/cannery
update dependencies
This commit is contained in:
parent
f94ef0a2ca
commit
bed4fbaf54
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.14.4-alpine
|
image: elixir:1.15.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.4-otp-25
|
elixir 1.15.4-otp-26
|
||||||
erlang 25.3
|
erlang 26.0.2
|
||||||
nodejs 18.15.0
|
nodejs 20.6.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:1.14.4-alpine AS build
|
FROM elixir:1.15.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
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"description": " ",
|
"description": " ",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "v18.15.0",
|
"node": "v20.6.0",
|
||||||
"npm": "9.5.0"
|
"npm": "9.8.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "NODE_ENV=production webpack --mode production",
|
"deploy": "NODE_ENV=production webpack --mode production",
|
||||||
|
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.4",
|
version: "0.9.5",
|
||||||
elixir: "1.14.4",
|
elixir: "1.15.4",
|
||||||
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