Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v26.0.5 (#83)
Browse files Browse the repository at this point in the history
* Update quay.io/keycloak/keycloak Docker tag to v26.0.5

* Updating version to 0.1.66

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dc-autobot[bot] authored Nov 1, 2024
1 parent 3696056 commit bdeae8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
keycloak:
image: quay.io/keycloak/keycloak:26.0.4
image: quay.io/keycloak/keycloak:26.0.5
container_name: keycloak
environment:
- KEYCLOAK_ADMIN=admin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/tsoa-oauth-express",
"version": "0.1.65",
"version": "0.1.66",
"description": "Authentication handler for TSOA using OAuth2 JWT tokens",
"main": "build/index.js",
"type": "commonjs",
Expand Down

0 comments on commit bdeae8c

Please sign in to comment.