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 Dec 23, 2024
1 parent 42ed5d8 commit e27a463
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.10.22
nats:2.10.24
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.10.22").inheritIO().start();
process = new ProcessBuilder("docker", "run", "--rm", "-p", "4222:4222", "nats:2.10.24").inheritIO().start();

waitUntil(() -> {
openConnection().close();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nginx:1-alpine-slim
testcontainers/ryuk:0.11.0.
testcontainers/ryuk:0.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ryuk.container.image=testcontainers/ryuk:0.11.0.
ryuk.container.image=testcontainers/ryuk:0.11.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nginx:1-alpine-slim
testcontainers/ryuk:0.11.0.
testcontainers/ryuk:0.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ryuk.container.image=testcontainers/ryuk:0.11.0.
ryuk.container.image=testcontainers/ryuk:0.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM nats:2.10.22
FROM nats:2.10.24
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM testcontainers/ryuk:0.11.0.
FROM testcontainers/ryuk:0.11.0

0 comments on commit e27a463

Please sign in to comment.