Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
bump erlang to 26.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-lozano committed Apr 23, 2024
1 parent e431dc6 commit faebfd8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ./.github/actions/elixir-setup
with:
elixir-version: 1.16.2
otp-version: 26.2.3
otp-version: 26.2.4
build-flags: --all-warnings --warnings-as-errors
build-app: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir-dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: beam
with:
elixir-version: 1.16.2
otp-version: 26.2.3
otp-version: 26.2.4
build-app: false

# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/actions/elixir-setup
with:
elixir-version: 1.16.2
otp-version: 26.2.3
otp-version: 26.2.4
build-app: false

- name: Check for unused deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/actions/elixir-setup
with:
elixir-version: 1.16.2
otp-version: 26.2.3
otp-version: 26.2.4

- name: Run Migrations
run: mix ecto.migrate
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.16.2
erlang 26.2.3
erlang 26.2.4
nodejs 20.11.1
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# This file is based on these images:
#
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bookworm-20231009-slim - for the release image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bookworm-20240408-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.16.2-erlang-26.2.3-debian-bookworm-20231009-slim
# - Ex: hexpm/elixir:1.16.2-erlang-26.2.4-debian-bookworm-20240408-slim
#
ARG ELIXIR_VERSION=1.16.2
ARG OTP_VERSION=26.2.3
ARG OTP_VERSION=26.2.4
ARG NODE_VERSION=20.11.1
ARG DEBIAN_VERSION=bookworm-20231009-slim
ARG DEBIAN_VERSION=bookworm-20240408-slim

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG NODE_BUILDER_IMAGE="node:${NODE_VERSION}-bookworm-slim"
Expand Down

0 comments on commit faebfd8

Please sign in to comment.