setup_rabbitmq - fix erlang pinned dependencies (#51048)
(cherry picked from commit 18c35b69fb
)
This commit is contained in:
parent
0a4f113e44
commit
c18cf08a91
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
dest: /etc/apt/preferences.d/erlang
|
||||
content: |
|
||||
Package: erlang*
|
||||
Pin: version 1:20.1-1
|
||||
Pin: version 1:20.3.8.14-1
|
||||
Pin-Priority: 1000
|
||||
|
||||
Package: esl-erlang
|
||||
Pin: version 1:20.1.7
|
||||
Pin: version 1:20.3.6
|
||||
Pin-Priority: 1000
|
||||
|
||||
- name: Install https transport for apt
|
||||
|
|
Loading…
Reference in a new issue