Skip to content

Commit

Permalink
Updated to 3.1.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Apr 27, 2017
1 parent 83219e2 commit 94b634b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter-wildfly/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jboss/wildfly:10.1.0.Final

ENV KEYCLOAK_VERSION 3.0.0.Final
ENV KEYCLOAK_VERSION 3.1.0.CR1

WORKDIR /opt/jboss/wildfly

Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jboss/base-jdk:8

ENV KEYCLOAK_VERSION 3.0.0.Final
ENV KEYCLOAK_VERSION 3.1.0.CR1
ENV JBOSS_HOME /opt/jboss/keycloak-demo/keycloak
ENV MAVEN_VERSION 3.3.9
# Enables signals getting passed from startup script to JVM
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 jboss/base-jdk:8

ENV KEYCLOAK_VERSION 3.0.0.Final
ENV KEYCLOAK_VERSION 3.1.0.CR1
# Enables signals getting passed from startup script to JVM
# ensuring clean shutdown when container is stopped.
ENV LAUNCH_JBOSS_IN_BACKGROUND 1
Expand Down

0 comments on commit 94b634b

Please sign in to comment.