Skip to content

Commit

Permalink
Set version to 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Jan 18, 2021
1 parent 15157d5 commit ddb829d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release-details
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=12.0.1
VERSION=12.0.2
SHORT_VERSION=12.0
NPM_VERSION=12.0.1
NPM_VERSION=12.0.2
2 changes: 1 addition & 1 deletion server-x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8-minimal AS build-env

ENV KEYCLOAK_VERSION 12.0.1
ENV KEYCLOAK_VERSION 12.0.2
ARG KEYCLOAK_DIST=https://github.com/keycloak/keycloak/releases/download/$KEYCLOAK_VERSION/keycloak.x-preview-$KEYCLOAK_VERSION.tar.gz

RUN microdnf install -y tar gzip && \
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8-minimal

ENV KEYCLOAK_VERSION 12.0.1
ENV KEYCLOAK_VERSION 12.0.2
ENV JDBC_POSTGRES_VERSION 42.2.5
ENV JDBC_MYSQL_VERSION 8.0.22
ENV JDBC_MARIADB_VERSION 2.5.4
Expand Down

0 comments on commit ddb829d

Please sign in to comment.