update versions

This commit is contained in:
Mayel de Borniol 2023-10-15 08:32:01 +01:00
parent b42a557cd1
commit 0363d0f3bf
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs (upon new release)
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.6-erlang-26.1-alpine-3.18.2
container: hexpm/elixir:1.15.7-erlang-26.1.2-alpine-3.18.4
env:
FLAVOUR: cooperation
FLAVOUR_PATH: flavours/cooperation

View file

@ -19,9 +19,9 @@ jobs:
env:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: 3.18.2
ERLANG_VERSION: 26.1
ELIXIR_VERSION: 1.15.6
ALPINE_VERSION: 3.18.4
ERLANG_VERSION: 26.1.2
ELIXIR_VERSION: 1.15.7
steps:
-
name: Cancel any already running releases workflows

View file

@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.6-erlang-26.1-alpine-3.18.2
container: hexpm/elixir:1.15.7-erlang-26.1.2-alpine-3.18.4
env:
FLAVOUR: classic
MIX_ENV: test

View file

@ -6,5 +6,5 @@
# - mix.exs (only if the minimum compatible version changed)
# The version of Alpine to use for the final image - should match a version used in the Elixir docker image, which can be checked on Docker Hub: https://hub.docker.com/r/hexpm/elixir/tags?name=alpine
ALPINE_VERSION="3.18.2"
ALPINE_VERSION="3.18.4"
ELIXIR_VERSION="1.15.7"