Skip to content

Commit ddafa8b

Browse files
committed
fix: update bitnami image name to bitnamilegacy
1 parent 210a922 commit ddafa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/tadayosi/tensorflow/serving/client/TensorFlowServingTestSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TensorFlowServingTestSupport {
1212

13-
private static final String IMAGE_NAME = "bitnami/tensorflow-serving";
13+
private static final String IMAGE_NAME = "bitnamilegacy/tensorflow-serving";
1414

1515
@Container
1616
@SuppressWarnings("resource")

0 commit comments

Comments
 (0)