Upgrade runtime and deps #60

Merged
joao.dubas merged 2 commits from jpd-update-runtime into main 2024-02-11 13:53:12 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 1f96d086d6 - Show all commits

View File

@ -37,7 +37,7 @@ steps:
restore: true
- name: test
image: &elixir 'elixir:1.15.7-slim'
image: &elixir 'hexpm/elixir:1.16.1-erlang-26.2.2-debian-bookworm-20240130-slim'
environment:
MIX_ENV: test
POSTGRES_HOST: db

View File

@ -1,2 +1,2 @@
erlang 26.1.2
erlang 26.2.2
elixir 1.16.1

View File

@ -1,4 +1,4 @@
FROM elixir:1.16.0-slim AS builder
FROM hexpm/elixir:1.16.1-erlang-26.2.2-debian-bookworm-20240130-slim AS builder
RUN apt-get update \
&& apt-get -y install make