update versions

This commit is contained in:
shibao 2024-12-30 19:02:04 -05:00
parent 1c912a1600
commit f6dc41498b
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ steps:
- .mix - .mix
- name: test - name: test
image: elixir:1.17.0-alpine image: elixir:1.18.1-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

View File

@ -1,3 +1,3 @@
elixir 1.17.0-otp-27 elixir 1.18.1-otp-27
erlang 27.0 erlang 27.2
nodejs 22.3.0 nodejs 23.5.0

View File

@ -1,4 +1,4 @@
FROM elixir:1.17.0-alpine AS build FROM elixir:1.18.1-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

View File

@ -5,7 +5,7 @@ defmodule Memex.MixProject do
[ [
app: :memex, app: :memex,
version: "0.1.16", version: "0.1.16",
elixir: "1.17.0", elixir: "1.18.1",
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(),