Skip to content

Commit

Permalink
chore: update label syntax in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed Oct 11, 2024
1 parent ff9feb6 commit 2f32893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG FLUX_VERSION
ARG KUSTOMIZE_VERSION
ARG KUBECONFORM_VERSION

LABEL org.opencontainers.image.description "Alpine image with flux-cli (${FLUX_VERSION}), kustomize (${KUSTOMIZE_VERSION}) and kubeconform (${FLUX_VERSION})"
LABEL org.opencontainers.image.description="Alpine image with flux-cli (${FLUX_VERSION}), kustomize (${KUSTOMIZE_VERSION}) and kubeconform (${FLUX_VERSION})"

COPY --from=flux-cli /usr/local/bin/flux /usr/local/bin/flux
COPY --from=kustomize /app/kustomize /usr/local/bin/kustomize
Expand Down

0 comments on commit 2f32893

Please sign in to comment.