Skip to content

Commit

Permalink
chore: update broker to rabbitmq:3.11.28
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 24, 2024
1 parent 085cd83 commit 5ae81ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/broker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UPSTREAM_REPO
ARG UPSTREAM_TAG
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} as commons
FROM rabbitmq:3.10.25-management-alpine
FROM rabbitmq:3.11.28-management-alpine

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand All @@ -15,7 +15,7 @@ ENV RABBITMQ_DEFAULT_USER='guest' \

COPY --from=commons /bin/ep /bin/fix-permissions /bin/

RUN wget -P /plugins https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/3.10.2/rabbitmq_delayed_message_exchange-3.10.2.ez \
RUN wget -P /plugins https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/3.11.1/rabbitmq_delayed_message_exchange-3.11.1.ez \
&& chown rabbitmq:rabbitmq /plugins/rabbitmq_delayed_message_exchange-*

# override sticky bit set in upstream whilst we still ep the files in /etc/rabbitmq
Expand Down

0 comments on commit 5ae81ea

Please sign in to comment.