Dockerfile Arguments
name | default |
---|---|
ALPINE_VERSION | 3.16 |
RUBY_VERSION | 3.1.3-r0 |
JEKYLL_VERSION | 4.3.1-r0 |
Build the image
docker build --build-arg ALPINE_VERSION=3.17 --tag jekyllbuilder:latest .
Run the container from image
docker run -it --rm jekyllbuilder:latest