Commits on Source (4)
-
Renovate Runner Bot authored
-
Felix Eckhofer authored
This is required in order to have -dev packages available during our build stage. Apparently, this should have never worked and the upstream image has just been cleaned up to align with documentation. See https://github.com/docker-library/ruby/pull/497 Closes !25
-
Felix Eckhofer authored
-
Felix Eckhofer authored
Update ruby to v3.4.2 See merge request !8
Showing
- .devcontainer/devcontainer.json 5 additions, 3 deletions.devcontainer/devcontainer.json
- .tool-versions 1 addition, 1 deletion.tool-versions
- Dockerfile 2 additions, 2 deletionsDockerfile
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 1 addition, 1 deletionGemfile.lock
- renovate.json 2 additions, 1 deletionrenovate.json
source "https://rubygems.org" | ||
ruby "3.4.1" | ||
ruby "3.4.2" | ||
gem "rails", "~> 8.0.1" | ||
... | ... |