UNCLASSIFIED

Commit b48146fc authored by Terrence Cort's avatar Terrence Cort
Browse files

Apply suggestion to 8.0.1/Dockerfile

parent 6df9b011
...@@ -28,7 +28,6 @@ ENV KEYCLOAK_VERSION="8.0.1" \ ...@@ -28,7 +28,6 @@ ENV KEYCLOAK_VERSION="8.0.1" \
KEYCLOAK_USER_ID="1000" \ KEYCLOAK_USER_ID="1000" \
KEYCLOAK_HOME="/opt/jboss" KEYCLOAK_HOME="/opt/jboss"
ARG KEYCLOAK_DIST=https://downloads.jboss.org/keycloak/$KEYCLOAK_VERSION/keycloak-$KEYCLOAK_VERSION.tar.gz
# Copy binaries from builder image # Copy binaries from builder image
COPY --from=builder /opt/jboss /opt/jboss COPY --from=builder /opt/jboss /opt/jboss
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment