Skip to content

Commit

Permalink
Upgrade keycloak to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketeerbkw committed Mar 30, 2022
1 parent 93a2e67 commit a9036d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UPSTREAM_REPO
ARG UPSTREAM_TAG
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} as commons
FROM jboss/keycloak:7.0.1
FROM jboss/keycloak:8.0.2

ARG LAGOON_VERSION
ENV LAGOON_VERSION=$LAGOON_VERSION
Expand Down

0 comments on commit a9036d1

Please sign in to comment.