Skip to content

Commit

Permalink
Merge branch 'main' of github.com:some-natalie/jekyll-in-a-can
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Dec 30, 2024
2 parents 09db670 + eb9f9dc commit 451c691
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 451c691

Please sign in to comment.