Skip to content

Commit

Permalink
Keycloak 23.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jan 24, 2024
1 parent b01aab4 commit dc8987c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://www.keycloak.org/server/containers

ARG KEYCLOAK_VERSION=22.0.5
ARG KEYCLOAK_VERSION=23.0.4
FROM quay.io/keycloak/keycloak:$KEYCLOAK_VERSION as builder

ENV KC_DB=postgres
Expand Down
5 changes: 0 additions & 5 deletions ecs-cluster/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
terraform {
backend "s3" {
}
}

provider "aws" {
region = var.region

Expand Down

0 comments on commit dc8987c

Please sign in to comment.