Skip to content

Commit

Permalink
Bump elixir from 1.17-otp-27-alpine to 1.18.0-otp-27-alpine (#246)
Browse files Browse the repository at this point in the history
Bumps elixir from 1.17-otp-27-alpine to 1.18.0-otp-27-alpine.
push refiner elixir version
---
updated-dependencies:
- dependency-name: elixir
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 2598dec commit a4cbad3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
elixir: ['1.17.1']
otp: ['27']
elixir: ["1.18.0"]
otp: ["27"]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===========
#(Elixir) Build Stage
#===========
FROM elixir:1.17-otp-27-alpine as builder-elixir
FROM elixir:1.18.0-otp-27-alpine as builder-elixir

# Install git and build essentials
RUN apk add --no-cache git build-base
Expand All @@ -28,7 +28,7 @@ RUN mix local.hex --force && \
#================
#Deployment Stage
#================
FROM elixir:1.17-otp-27-alpine as deployer
FROM elixir:1.18.0-otp-27-alpine as deployer
# RUN mkdir -p /app/test /app/prod

RUN apk add --no-cache git bash curl netcat-openbsd build-base && rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Refiner.MixProject do
[
app: :refiner,
version: "0.5.6",
elixir: "~> 1.17.1",
elixir: "~> 1.18.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
test_coverage: [tool: ExCoveralls, export: "cov"],
Expand Down

0 comments on commit a4cbad3

Please sign in to comment.