Skip to content

Commit

Permalink
Use docker-images version 49 and switch to ldap-oj11 images
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and losipiuk committed Oct 19, 2021
1 parent 5dae2e2 commit 5aa64a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dep.jackson.version>2.12.3</dep.jackson.version>
<dep.parquet.version>1.11.1</dep.parquet.version>

<dep.docker.images.version>47</dep.docker.images.version>
<dep.docker.images.version>49</dep.docker.images.version>

<!--
America/Bahia_Banderas has:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void extendEnvironment(Environment.Builder builder)

protected String getBaseImage()
{
return "centos7-oj8-openldap";
return "centos7-oj11-openldap";
}

protected abstract String getPasswordAuthenticatorConfigPath();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ protected String getPasswordAuthenticatorConfigPath()
@Override
protected String getBaseImage()
{
return "centos7-oj8-openldap-referrals";
return "centos7-oj11-openldap-referrals";
}
}

0 comments on commit 5aa64a6

Please sign in to comment.