Skip to content

Commit

Permalink
zk image updates
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 15, 2025
1 parent 41fd0e9 commit ba0ed10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: '3.9'
services:
zoo:
container_name: zoo
image: public.ecr.aws/docker/library/zookeeper:3.8.4
image: public.ecr.aws/docker/library/zookeeper:3.9.3
ports:
- published: 8084
target: 2181
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<configuration>
<images>
<image>
<name>public.ecr.aws/docker/library/zookeeper:3.8.4</name>
<name>public.ecr.aws/docker/library/zookeeper:3.9.3</name>
<alias>zoo</alias>
<run>
<ports>
Expand Down

0 comments on commit ba0ed10

Please sign in to comment.