Skip to content

Commit

Permalink
Merge branch 'rabbitMQ_version_upgrade' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyranthes03 committed Feb 15, 2025
2 parents 72706c7 + 70df5a0 commit 50ba068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.14-slim as build
FROM elixir:1.15-slim as build

# Install deps
RUN set -xe; \
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 Bullhorn.MixProject do
[
app: :bullhorn,
version: "0.1.0",
elixir: "~> 1.14",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
releases: [
Expand Down

0 comments on commit 50ba068

Please sign in to comment.