forked from shibao/cannery
finish updating deps
This commit is contained in:
parent
668e4c611b
commit
cc1413ade5
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.17.0-otp-27-alpine
|
image: elixir:1.17.3-otp-27-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,4 +1,4 @@
|
|||||||
FROM elixir:1.17.0-otp-27-alpine AS build
|
FROM elixir:1.17.3-otp-27-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
|
||||||
|
Loading…
Reference in New Issue
Block a user