chore(ci): update CI container images

This commit is contained in:
Thales Macedo Garitezi 2022-01-18 09:10:40 -03:00
parent 71884ec2b1
commit bd8b008063
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
2 changed files with 2 additions and 4 deletions

View File

@ -7,11 +7,9 @@ on: [pull_request]
jobs:
elixir_deps_check:
runs-on: ubuntu-20.04
container: hexpm/elixir:1.13.1-erlang-24.2-alpine-3.15.0
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-24.1.5-3-ubuntu20.04
steps:
- name: install
run: apk add make bash curl git
- name: Checkout
uses: actions/checkout@v2.4.0
- name: ensure rebar

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-23.3.4.9-3-ubuntu20.04
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-24.1.5-3-ubuntu20.04
steps:
- name: Checkout