Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d4f20ff

Browse files
committed
Bump OTP to 22.3 for Docker image
Signed-off-by: Gerhard Lazu <[email protected]>
1 parent 5db7e85 commit d4f20ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ $(PACKAGES_DIR)/rabbitmq-server-generic-unix-$(PROJECT_VERSION).tar.xz:
354354
$(verbose) $(MAKE) package-generic-unix
355355

356356
# Docker is different because we need to build & publish
357-
OTP_VERSION := 22.2.8
358-
OTP_SHA256 := 71f73ddd59db521928a0f6c8d4354d6f4e9f4bfbd0b40d321cd5253a6c79b095
357+
OTP_VERSION := 22.3
358+
OTP_SHA256 := 886e6dbe1e4823c7e8d9c9c1ba8315075a1a9f7717f5a1eaf3b98345ca6c798e
359359
docker-image: $(PACKAGES_DIR)/rabbitmq-server-generic-unix-$(PROJECT_VERSION).tar.xz
360360
$(verbose) (cd PACKAGES && tar xJvf rabbitmq-server-generic-unix-$(PROJECT_VERSION).tar.xz) \
361361
&& docker build --pull \

0 commit comments

Comments
 (0)