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
a05b9456edfc340b22396effc490d930ccee7ccc to 1803e099a7073b607c1145467c2484e75bc75cf7
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
1803e099a7073b607c1145467c2484e75bc75cf7
Select Git revision
Swap
Target
containers/ruby
Select target project
containers/ruby
1 result
a05b9456edfc340b22396effc490d930ccee7ccc
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
· 48d51570
Nigel Kukard
authored
2 months ago
48d51570
Merge branch 'nkupdates' into 'main'
· 1803e099
Nigel Kukard
authored
2 months ago
chore: updated to version 3.4.2 See merge request
!9
1803e099
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 @
1803e099
...
...
@@ -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.