Skip to content

Commit

Permalink
update erlang + alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 13, 2024
1 parent d5a8595 commit 63c5845
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs (upon new release)
runs-on: ubuntu-latest
container: hexpm/elixir:1.16.1-erlang-26.2.1-alpine-3.18.4
container: hexpm/elixir:1.16.1-erlang-26.2.2-alpine-3.19.1
env:
FLAVOUR: cooperation
FLAVOUR_PATH: flavours/cooperation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: 3.18.4
ERLANG_VERSION: 26.2.1
ALPINE_VERSION: 3.19.1
ERLANG_VERSION: 26.2.2
ELIXIR_VERSION: 1.16.1
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.16.1-erlang-26.2.1-alpine-3.18.4
container: hexpm/elixir:1.16.1-erlang-26.2.2-alpine-3.19.1
env:
FLAVOUR: classic
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# You can use asdf or [mise](https://github.com/jdx/mise) to install these
# NOTE: see upgrade instructions in .tool-versions.env
erlang 26.2.1
erlang 26.2.2
elixir 1.16.1-otp-26
# erlang 25.3.2.8
# elixir 1.13.4-otp-25
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
ALPINE_VERSION="3.19.1"
ELIXIR_VERSION="1.16.1"

0 comments on commit 63c5845

Please sign in to comment.