Skip to content

Commit

Permalink
Memcached 1.6.22 for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
paralainer committed Nov 14, 2023
1 parent 59eac98 commit 871cf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folsom/src/test/java/com/spotify/folsom/MemcachedServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum AuthenticationMode {

public static int DEFAULT_PORT = 11211;

private static final String MEMCACHED_VERSION = "1.6.21";
private static final String MEMCACHED_VERSION = "1.6.22";
private final String username;
private final String password;
private final boolean useTLS;
Expand Down Expand Up @@ -117,7 +117,7 @@ private FixedHostPortGenericContainer setupContainer(

private FixedHostPortGenericContainer setupTLSContainer() {
final FixedHostPortGenericContainer container =
new FixedHostPortGenericContainer("memcached:" + MEMCACHED_VERSION);
new FixedHostPortGenericContainer("bitnami/memcached:" + MEMCACHED_VERSION);

container.withClasspathResourceMapping(
"/pki/test.pem", "/test-certs/test.pem", BindMode.READ_ONLY);
Expand Down

0 comments on commit 871cf84

Please sign in to comment.