Skip to content

Commit

Permalink
fix unexpected spaces in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Jul 15, 2024
1 parent 91e1f46 commit 0ef023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LABEL org.opencontainers.image.title="cloudzero-agent-validator"
LABEL org.opencontainers.image.description="cloudzero-agent execution environment validation utility"
LABEL org.opencontainers.image.vendor="Cloudzero, Inc."
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.source = "https://github.com/Cloudzero/cloudzero-agent-validator"
LABEL org.opencontainers.image.source="https://github.com/Cloudzero/cloudzero-agent-validator"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/Cloudzero/cloudzero-agent-validator/main/README.md"
LABEL io.artifacthub.package.license="Apache-2.0"

Expand Down

0 comments on commit 0ef023a

Please sign in to comment.