From eb9f9dce6345ee24dc16dad07513422dd476409d Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Thu, 26 Dec 2024 09:44:19 -0700 Subject: [PATCH] fix some linter nags --- Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 845ed29..ebc62a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM cgr.dev/chainguard/ruby:latest-dev # Labels! -LABEL org.opencontainers.image.source "https://github.com/some-natalie/jekyll-in-a-can" -LABEL org.opencontainers.image.path "Dockerfile" -LABEL org.opencontainers.image.title "Jekyll in a Can" -LABEL org.opencontainers.image.description "Jekyll in a container for local static site development" -LABEL org.opencontainers.image.authors "Natalie Somersall (@some-natalie)" -LABEL org.opencontainers.image.licenses "MIT" -LABEL org.opencontainers.image.documentation "https://github.com/some-natalie/jekyll-in-a-can/README.md" +LABEL org.opencontainers.image.source="https://github.com/some-natalie/jekyll-in-a-can" +LABEL org.opencontainers.image.path="Dockerfile" +LABEL org.opencontainers.image.title="Jekyll in a Can" +LABEL org.opencontainers.image.description="Jekyll in a container for local static site development" +LABEL org.opencontainers.image.authors="Natalie Somersall (@some-natalie)" +LABEL org.opencontainers.image.licenses="MIT" +LABEL org.opencontainers.image.documentation="https://github.com/some-natalie/jekyll-in-a-can/README.md" # Environment variable for system ENV GEM_HOME=/usr/local/vendor