Skip to content

Commit

Permalink
Update nats docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Oct 20, 2023
1 parent f1671d5 commit 70cac39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/io.nats/jnats/2.16.11/required-docker-images.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nats:2.9.19
nats:2.9.20
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class JnatsTest {
@BeforeAll
public void init() throws IOException {
System.out.println("Starting NATS ...");
process = new ProcessBuilder("docker", "run", "--rm", "-p", "4222:4222", "nats:2.9.19").inheritIO().start();
process = new ProcessBuilder("docker", "run", "--rm", "-p", "4222:4222", "nats:2.9.20").inheritIO().start();

waitUntil(() -> {
openConnection().close();
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM nats:2.9.19
FROM nats:2.9.20

0 comments on commit 70cac39

Please sign in to comment.