Skip to content

Commit

Permalink
typo(dockerfile): label ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jun 25, 2023
1 parent e2f4a66 commit a79abfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ RUN ./gradlew jar && ./gradlew jar copyDependantLibs

FROM openjdk:${OPENJDK_VERSION}-jre-slim-buster

LABEL maintainer="Iván Alejandro Marugán <hello@ialejandro.rocks>"
LABEL description="Cruise Control for Apache Kafka (https://github.com/linkedin/cruise-control)"
LABEL version="1.0"
LABEL maintainer="Iván Alejandro Marugán <hello@ialejandro.rocks>" \
description="Cruise Control for Apache Kafka (https://github.com/linkedin/cruise-control)" \
version="1.0.0"

RUN mkdir -p /cruise-control/cruise-control-ui
COPY --from=base /cruise-control/cruise-control/build/libs/cruise-control.jar /cruise-control/cruise-control/build/libs/cruise-control.jar
Expand Down

0 comments on commit a79abfd

Please sign in to comment.