Skip to content

Commit 58ff0d1

Browse files
Update to 3.6.10, debian 3.6.10-1
1 parent 2ddb3e0 commit 58ff0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.6/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ RUN set -ex; \
6161
apt-key list
6262
RUN echo 'deb http://www.rabbitmq.com/debian testing main' > /etc/apt/sources.list.d/rabbitmq.list
6363

64-
ENV RABBITMQ_VERSION 3.6.9
65-
ENV RABBITMQ_DEBIAN_VERSION 3.6.9-1
64+
ENV RABBITMQ_VERSION 3.6.10
65+
ENV RABBITMQ_DEBIAN_VERSION 3.6.10-1
6666

6767
RUN apt-get update && apt-get install -y --no-install-recommends \
6868
rabbitmq-server=$RABBITMQ_DEBIAN_VERSION \

0 commit comments

Comments
 (0)