Skip to content

Commit

Permalink
Use 5.18.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp authored Nov 7, 2024
1 parent 732f4f8 commit aed935b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM eclipse-temurin:21-jre

ENV ACTIVEMQ_VERSION 5.18.3
ENV ACTIVEMQ_VERSION 5.18.6

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV ACTIVEMQ apache-activemq-$ACTIVEMQ_VERSION

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV ACTIVEMQ_TCP=61616 ACTIVEMQ_AMQP=5672 ACTIVEMQ_STOMP=61613 ACTIVEMQ_MQTT=1883 ACTIVEMQ_WS=61614 ACTIVEMQ_UI=8161
ENV SHA512_VAL=61abc4a08b9e1db6a5b1062bb1c839171e93bcb571817fd81744dd19874d713840bba99c7979d45bcb832d13ea01986b76fb11720f5ec63a0283e7d1934a33cc
ENV SHA512_VAL=75db49bfa830075fc2a808991e6f7bd59e3c9cbcee3acd74916b619c41ec47d1750c1f87b913f6d79361b72702a8e0cc8d79fb8301d0fbcb4ccb87ecc6578378


ENV ACTIVEMQ_HOME /opt/activemq

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit aed935b

Please sign in to comment.