update tool versions
This commit is contained in:
parent
7189c955c3
commit
3671ad6199
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.15.6-alpine
|
image: elixir:1.16.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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
elixir 1.15.6-otp-26
|
elixir 1.16.1-otp-26
|
||||||
erlang 26.1.2
|
erlang 26.2.2
|
||||||
nodejs 20.6.0
|
nodejs 21.6.2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:1.15.6-alpine AS build
|
FROM elixir:1.16.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
|
||||||
|
Loading…
Reference in New Issue
Block a user