Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Conarx Containers - Ruby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Containers
Conarx Containers - Ruby
Compare revisions
b14d568801dcfa053fd7e4bf8d10d3ef309062fe to 94c3c824a0dde376997283478c987f9d0610290f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
containers/ruby
Select target project
No results found
94c3c824a0dde376997283478c987f9d0610290f
Select Git revision
Swap
Target
containers/ruby
Select target project
containers/ruby
1 result
b14d568801dcfa053fd7e4bf8d10d3ef309062fe
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore: updated to version 3.4.2
· f99dd36b
Nigel Kukard
authored
2 months ago
f99dd36b
Merge branch 'nkupdates-v3.21' into 'v3.21'
· 94c3c824
Nigel Kukard
authored
2 months ago
chore: updated to version 3.4.2 See merge request
!10
94c3c824
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
View file @
94c3c824
...
...
@@ -24,7 +24,7 @@ FROM registry.conarx.tech/containers/alpine/3.21 AS ruby-builder
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
# UPDATE IN NEXT SECTION TOO
ENV
RUBY_VER=3.
3.7
ENV
RUBY_VER=3.
4.2
# Copy build patches
...
...
@@ -127,7 +127,7 @@ LABEL org.opencontainers.image.version = "3.21"
LABEL
org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/3.21"
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
ENV
RUBY_VER=3.
3.7
ENV
RUBY_VER=3.
4.2
ENV
FDC_DISABLE_SUPERVISORD=true
ENV
FDC_QUIET=true
...
...
This diff is collapsed.
Click to expand it.