mirror of
https://github.com/BretFisher/jekyll-serve.git
synced 2026-07-22 13:53:45 -04:00
[PR #29] [CLOSED] Parametric ruby version #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BretFisher/jekyll-serve/pull/29
Author: @vincenzobaz
Created: 5/10/2021
Status: ❌ Closed
Base:
main← Head:parametric-ruby-version📝 Commits (1)
a50882dParametrize ruby version📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
Dockerfile(+3 -1)📄 Description
The
Dockerfileusesruby:alpinewhich defaults to the latest version. This can break compatibility with gems overnight.This PR allows you to specify the ruby version to use when building the image:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.