Skip to content

Commit

Permalink
chore: Upgrade image version to v1.3.4 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans authored Sep 14, 2023
1 parent 99d7296 commit 1be2655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MeilisearchContainer extends GenericContainer<MeilisearchContainer>

private static final int MEILISEARCH_DEFAULT_PORT = 7700;
private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("getmeili/meilisearch");
private static final String DEFAULT_IMAGE_TAG = "v1.3.3";
private static final String DEFAULT_IMAGE_TAG = "v1.3.4";

/**
* Create a Meilisearch container with default settings
Expand Down

0 comments on commit 1be2655

Please sign in to comment.