We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73d4a7f + 3da9ded commit 72363c0Copy full SHA for 72363c0
docker/base/apt_preferences.debian
@@ -12,9 +12,9 @@ Package: rabbitmq-server
12
Pin: version 3.8.*
13
Pin-Priority: 1000
14
15
-# We need erlang 22 for rabbitmq
+# We need erlang 22+ for rabbitmq (aarch64 has v23, x86-64 has v22 and v23 so we use v23)
16
Package: erlang*
17
-Pin: version 1:22.*
+Pin: version 1:23.*
18
19
20
# We do not want packages from this repo
0 commit comments