Skip to content

Commit

Permalink
Update tools 🛠️ (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay authored Sep 23, 2022
1 parent 30f2f6a commit 8ba2e8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
MIX_ENV: test
# NOTE: make sure these versions match in Containerfile and .tool-versions
ELIXIR_VERSION_SPEC: "1.14.0"
OTP_VERSION_SPEC: "25.0.4"
OTP_VERSION_SPEC: "25.1"

jobs:
compile:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: make sure these versions match in Containerfile and .github/workflows/elixir.yml

elixir 1.14.0-otp-25
erlang 25.0.4
erlang 25.1
nodejs lts
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# NOTE: make sure these versions match in .github/workflows/elixir.yml and .tool-versions
# NOTE: make sure the alpine version matches down below
FROM docker.io/hexpm/elixir:1.14.0-erlang-25.0.4-alpine-3.16.1 AS elixir-builder
FROM docker.io/hexpm/elixir:1.14.0-erlang-25.1-alpine-3.16.2 AS elixir-builder

RUN mix do \
local.rebar --force,\
Expand All @@ -24,7 +24,7 @@ RUN apk --update upgrade && \
# system image to host your
# application
# -----------------------------------
FROM docker.io/alpine:3.16.1 as elixir-runner
FROM docker.io/alpine:3.16.2 as elixir-runner

ARG SHAKA_VERSION=2.6.1

Expand Down

0 comments on commit 8ba2e8e

Please sign in to comment.