commit | dfd0b87b909cb8f89b0a6fa55b009165fc40b6d9 | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Thu Feb 29 20:21:03 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Feb 29 07:21:03 2024 -0500 |
tree | d046c2d9859ffa4a97f5d4a555d141523829c976 | |
parent | ea7b394b993c9a4c89659346409b2653535063a2 [diff] |
chore: bump keystone-keycloak-backend to 0.1.8 (#967)
diff --git a/images/keystone/Earthfile b/images/keystone/Earthfile index 580ef5d..014401a 100644 --- a/images/keystone/Earthfile +++ b/images/keystone/Earthfile
@@ -10,7 +10,7 @@ --PROJECT=${PROJECT} \ --PROJECT_REF=${PROJECT_REF} \ --EXTRAS "[ldap]" \ - --PIP_PACKAGES "keystone-keycloak-backend==0.1.6" + --PIP_PACKAGES "keystone-keycloak-backend==0.1.8" image: FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT}