Skip to content

Commit

Permalink
Set version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Nov 18, 2019
1 parent 8eb00b1 commit 93bca70
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:15.0.0.Final

ENV KEYCLOAK_VERSION 7.0.1
ENV KEYCLOAK_VERSION 8.0.0

WORKDIR /opt/jboss/wildfly

Expand Down
2 changes: 1 addition & 1 deletion gatekeeper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.8

ENV NAME keycloak-gatekeeper
ENV KEYCLOAK_VERSION 7.0.1
ENV KEYCLOAK_VERSION 8.0.0
ENV GOOS linux
ENV GOARCH amd64

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 7.0.1
ENV KEYCLOAK_VERSION 8.0.0
ENV JDBC_POSTGRES_VERSION 42.2.5
ENV JDBC_MYSQL_VERSION 5.1.46
ENV JDBC_MARIADB_VERSION 2.2.3
Expand Down

0 comments on commit 93bca70

Please sign in to comment.