File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -506,9 +506,9 @@ RUN \
506506# bump: librabbitmq /LIBRABBITMQ_VERSION=([\d.]+)/ https://github.com/alanxz/rabbitmq-c.git|*
507507# bump: librabbitmq after ./hashupdate Dockerfile LIBRABBITMQ $LATEST
508508# bump: librabbitmq link "ChangeLog" https://github.com/alanxz/rabbitmq-c/blob/master/ChangeLog.md
509- ARG LIBRABBITMQ_VERSION=0.14 .0
509+ ARG LIBRABBITMQ_VERSION=0.15 .0
510510ARG LIBRABBITMQ_URL="https://github.com/alanxz/rabbitmq-c/archive/refs/tags/v$LIBRABBITMQ_VERSION.tar.gz"
511- ARG LIBRABBITMQ_SHA256=839b28eae20075ac58f45925fe991d16a3138cbde015db0ee11df1acb1c493df
511+ ARG LIBRABBITMQ_SHA256=7b652df52c0de4d19ca36c798ed81378cba7a03a0f0c5d498881ae2d79b241c2
512512RUN \
513513 wget $WGET_OPTS -O rabbitmq-c.tar.gz "$LIBRABBITMQ_URL" && \
514514 echo "$LIBRABBITMQ_SHA256 rabbitmq-c.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments