diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 7242be5..2f584bf 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -34,27 +34,27 @@ jobs: uses: ./.github/actions/push-image with: image_name: ghcr.io/multiverse-io/elixir-ci - image_tag: 1.15.7-erlang-26.1.2-alpine-3.18.4 + image_tag: 1.15.8-erlang-26.2.5-alpine-3.20.1 context: ./elixir-ci/alpine registry_password: ${{ secrets.GITHUB_TOKEN }} lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }} build_args: | - ELIXIR_VERSION=1.15.7 - ERLANG_VERSION=26.1.2 - ALPINE_VERSION=3.18.4 + ELIXIR_VERSION=1.15.8 + ERLANG_VERSION=26.2.5 + ALPINE_VERSION=3.20.1 - name: Build and push Alpine image otp 26 uses: ./.github/actions/push-image with: image_name: ghcr.io/multiverse-io/elixir-ci - image_tag: 1.14.5-erlang-26.1.2-alpine-3.18.4 + image_tag: 1.14.5-erlang-26.2.5-alpine-3.20.1 context: ./elixir-ci/alpine registry_password: ${{ secrets.GITHUB_TOKEN }} lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }} build_args: | ELIXIR_VERSION=1.14.5 - ERLANG_VERSION=26.1.2 - ALPINE_VERSION=3.18.4 + ERLANG_VERSION=26.2.5 + ALPINE_VERSION=3.20.1 - name: Build and push Debian image uses: ./.github/actions/push-image