chore(deps): update elixir docker tag to v1.14.3 (#23)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | elixir | docker | patch | `1.14.0` -> `1.14.3` | | elixir | | patch | `1.14.0` -> `1.14.3` | | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | | minor | `1.13.4-otp-24` -> `1.14.3` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExMi4wIn0=--> Reviewed-on: #23 Co-authored-by: renovate-bot <renovate-bot@dubas.dev> Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
parent
10fa65a894
commit
5dc3af3463
@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'elixir:1.14.0'
|
||||
image: 'elixir:1.14.3'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: db
|
||||
@ -48,7 +48,7 @@ steps:
|
||||
- make test
|
||||
|
||||
- name: lint
|
||||
image: 'elixir:1.14.0'
|
||||
image: 'elixir:1.14.3'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- make static_code_analysis
|
||||
|
@ -1,2 +1,2 @@
|
||||
erlang 24.3.4
|
||||
elixir 1.13.4-otp-24
|
||||
elixir 1.14.3
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- 'db_data:/var/lib/postgresql/data'
|
||||
restart: unless-stopped
|
||||
app:
|
||||
image: 'elixir:1.14.0'
|
||||
image: 'elixir:1.14.3'
|
||||
hostname: app
|
||||
depends_on:
|
||||
- db
|
||||
|
Loading…
x
Reference in New Issue
Block a user