Skip to content

Commit

Permalink
Bump Artemis to 2.35.0 official (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed Jun 20, 2024
1 parent 420541c commit 7461aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/artemis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM azul/zulu-openjdk-alpine:20-latest
RUN mkdir /artemis
WORKDIR /artemis

RUN wget -O "artemis.tar" "https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.35.0/apache-artemis-2.35.0-bin.tar.gz"
RUN wget -O "artemis.tar" "https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.35.0/apache-artemis-2.35.0-bin.tar.gz&action=download"
RUN tar -xvf ./artemis.tar; \
ln -s /artemis/apache-artemis-2.35.0/ ./current
#WORKDIR /artemis/current
Expand Down
2 changes: 1 addition & 1 deletion test/artemis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
activemq-artemis:
container_name: activemq-artemis
image: havret/dotnet-activemq-artemis-client-test-broker:2.35.0-rc1
image: havret/dotnet-activemq-artemis-client-test-broker:2.35.0
ports:
- 5672:5672
- 8161:8161
Expand Down

0 comments on commit 7461aa4

Please sign in to comment.