Skip to content

Commit

Permalink
chore(deps): update quay.io/keycloak/keycloak docker tag to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 0bb3712 commit 347c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/start-server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { promisify } from 'node:util'
import tar from 'tar-fs'

// renovate: datasource=docker depName=quay.io/keycloak/keycloak
const KEYCLOAK_VERSION = '25.0.6';
const KEYCLOAK_VERSION = '26.0.0';
const DIR_NAME = path.dirname(fileURLToPath(import.meta.url))
const SERVER_DIR = path.resolve(DIR_NAME, '../tmp/server')
const SCRIPT_EXTENSION = process.platform === 'win32' ? '.bat' : '.sh'
Expand Down

0 comments on commit 347c71e

Please sign in to comment.