Compare commits

..

1 Commits

Author SHA1 Message Date
47befcf51a chore(deps): update elixir docker tag to v1.14.5
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2023-05-23 21:46:51 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ steps:
restore: true
- name: test
image: 'elixir:1.14.4'
image: 'elixir:1.14.5'
environment:
MIX_ENV: test
POSTGRES_HOST: db
@ -48,7 +48,7 @@ steps:
- make test
- name: lint
image: 'elixir:1.14.4'
image: 'elixir:1.14.5'
commands:
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
- make static_code_analysis

View File

@ -15,7 +15,7 @@ services:
- 'db_data:/var/lib/postgresql/data'
restart: unless-stopped
app:
image: 'elixir:1.14.4'
image: 'elixir:1.14.5'
hostname: app
depends_on:
- db