Skip to content

Commit cc4543a

Browse files
authored
Update docker-test-openldap Docker image (#183)
1 parent 29d2765 commit cc4543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/reverse_proxy_auth/docker/PlanetExpressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class PlanetExpressTest {
2626

2727
static final String TEST_IMAGE =
28-
"rroemhild/test-openldap:2.1@sha256:133952e806f6e88af4a7a24dc5714e27cdddb41fceeff5ff4f384ae1d836db26";
28+
"ghcr.io/rroemhild/docker-test-openldap:v2.4.0@sha256:4d4f8b1bf729cb3038e0269e360ec082d0d9eddcbd7f00743c3728435f4934e4";
2929
static final String DN = "dc=planetexpress,dc=com";
3030
static final String MANAGER_DN = "cn=admin,dc=planetexpress,dc=com";
3131
static final String MANAGER_SECRET = "GoodNewsEveryone";

0 commit comments

Comments
 (0)