[PR #29] [CLOSED] Parametric ruby version #60

Closed
opened 2025-11-20 04:15:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BretFisher/jekyll-serve/pull/29
Author: @vincenzobaz
Created: 5/10/2021
Status: Closed

Base: mainHead: parametric-ruby-version


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 Dockerfile (+3 -1)

📄 Description

The Dockerfile uses ruby:alpine which 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:

docker build --build-arg RUBY_VERSION=2.7 ...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BretFisher/jekyll-serve/pull/29 **Author:** [@vincenzobaz](https://github.com/vincenzobaz) **Created:** 5/10/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `parametric-ruby-version` --- ### 📝 Commits (1) - [`a50882d`](https://github.com/BretFisher/jekyll-serve/commit/a50882d63027af6ba058acd8e6377ed2e3e5842c) Parametrize ruby version ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -1) </details> ### 📄 Description The `Dockerfile` uses `ruby:alpine` which 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: ``` docker build --build-arg RUBY_VERSION=2.7 ... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jekyll-serve#60