Skip to content

Commit

Permalink
upgrade elixir and erlang
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kaplan <akaplan@ritchiebros.com>
  • Loading branch information
ripple0328 and Adam Kaplan committed Sep 25, 2023
1 parent 1a4831a commit fce7927
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: 1.15.2
otp-version: 26.0.2
elixir-version: 1.15.6
otp-version: 26.1
- name: Install Dependencies
run: mix deps.get
- name: Check Format
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
@@ -1,2 +1,2 @@
elixir 1.15.2-otp-26
erlang 26.0.2
elixir 1.15.6-otp-26
erlang 26.1
5 changes: 2 additions & 3 deletions Dockerfile
Expand Up @@ -9,9 +9,8 @@
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye-20230522-slim - for the release image
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.15.0-erlang-26.0.1-debian-bullseye-20230522-slim
ARG ELIXIR_VERSION=1.15.2
ARG OTP_VERSION=26.0.2
ARG ELIXIR_VERSION=1.15.6
ARG OTP_VERSION=26.1
ARG OS_NAME=debian
ARG OS_VER=bullseye-20230612-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-${OS_NAME}-${OS_VER}"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Outdoor.MixProject do
[
app: :outdoor,
version: "0.1.0",
elixir: "~> 1.15.2",
elixir: "~> 1.15.6",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit fce7927

Please sign in to comment.