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 10, 2025
2 parents 02abbf5 + 2bbe4f3 commit 24d355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------
# 1) Build Elixir
# -----------------------------------------------
FROM elixir:1.18.2-slim as build-elixir
FROM elixir:1.17.3 as build-elixir

# ARG is available during the build and not in the final container
# https://vsupalov.com/docker-arg-vs-env/
Expand Down

0 comments on commit 24d355f

Please sign in to comment.