Skip to content

Commit

Permalink
fix: casing
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Dec 27, 2024
1 parent c67294e commit 5942760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG KEYCLOAK_VERSION=26.0.5

FROM alpine:3 as theme
FROM alpine:3 AS theme

RUN apk add --no-cache git && \
git clone --branch act -- https://github.com/actcoding/keywind.git /keywind


FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} AS builder

ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
Expand Down

0 comments on commit 5942760

Please sign in to comment.