Skip to content

Commit 72363c0

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "rabbitmq: bump Erlang requirements to v23 in Debian" into stable/victoria
2 parents 73d4a7f + 3da9ded commit 72363c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/base/apt_preferences.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Package: rabbitmq-server
1212
Pin: version 3.8.*
1313
Pin-Priority: 1000
1414

15-
# We need erlang 22 for rabbitmq
15+
# We need erlang 22+ for rabbitmq (aarch64 has v23, x86-64 has v22 and v23 so we use v23)
1616
Package: erlang*
17-
Pin: version 1:22.*
17+
Pin: version 1:23.*
1818
Pin-Priority: 1000
1919

2020
# We do not want packages from this repo

0 commit comments

Comments
 (0)