Skip to content

Commit

Permalink
updated to latest keycloak client version
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v0rr committed Jun 20, 2022
1 parent 21647ff commit be8f108
Show file tree
Hide file tree
Showing 5 changed files with 2,141 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Used in docker-compose
# shellcheck disable=SC2034
KEYCLOAK_VERSION=18.0.0
KEYCLOAK_VERSION=18.0.1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- KEYCLOAK_VERSION: 15.1.1
- KEYCLOAK_VERSION: 16.1.1
- KEYCLOAK_VERSION: 17.0.1
- KEYCLOAK_VERSION: 18.0.0
- KEYCLOAK_VERSION: 18.0.1
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added
- Added latest Keycloak 18.0.1 library

## [5.2.0] - 2022-05-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ${BUILDER_IMAGE} AS BUILDER

WORKDIR /app/

ARG KEYCLOAK_VERSION=18.0.0
ARG KEYCLOAK_VERSION=18.0.1
ARG MAVEN_CLI_OPTS="-ntp -B"

COPY .mvn .mvn
Expand Down
Loading

0 comments on commit be8f108

Please sign in to comment.