Compare commits

..

2 Commits

Author SHA1 Message Date
57a3cbca5b run mix format
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-09-07 18:37:26 -04:00
abb14f08b9 update dependencies 2023-09-07 18:37:26 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ steps:
- .mix
- name: test
image: elixir:1.14.4-alpine
image: elixir:1.15.5-alpine
environment:
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
HOST: testing.example.tld

View File

@ -1,4 +1,4 @@
FROM elixir:1.14.4-alpine AS build
FROM elixir:1.15.5-alpine AS build
# install build dependencies
RUN apk add --no-cache build-base npm git python3