Compare commits
2 Commits
57a3cbca5b
...
4770f5ed4b
Author | SHA1 | Date | |
---|---|---|---|
4770f5ed4b | |||
f1692526de |
@ -17,7 +17,7 @@ steps:
|
||||
- .mix
|
||||
|
||||
- name: test
|
||||
image: elixir:1.15.5-alpine
|
||||
image: elixir:1.14.4-alpine
|
||||
environment:
|
||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/memex_test
|
||||
HOST: testing.example.tld
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM elixir:1.15.5-alpine AS build
|
||||
FROM elixir:1.14.4-alpine AS build
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add --no-cache build-base npm git python3
|
||||
|
Loading…
Reference in New Issue
Block a user