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
7be4f428e0c67138f507b248c85f290f9a2dab6d to 9dcf9d8062c1fff74fc9c85bf7d31d36191c76be
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
9dcf9d8062c1fff74fc9c85bf7d31d36191c76be
Select Git revision
Swap
Target
containers/ruby
Select target project
containers/ruby
1 result
7be4f428e0c67138f507b248c85f290f9a2dab6d
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.3.7
· 2b1c7819
Nigel Kukard
authored
3 months ago
2b1c7819
Merge branch 'nkupdates-edge' into 'edge'
· 9dcf9d80
Nigel Kukard
authored
3 months ago
chore: updated to version 3.3.7 See merge request
!5
9dcf9d80
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 @
9dcf9d80
...
...
@@ -24,7 +24,7 @@ FROM registry.conarx.tech/containers/alpine/edge AS ruby-builder
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
# UPDATE IN NEXT SECTION TOO
ENV
RUBY_VER=3.3.
6
ENV
RUBY_VER=3.3.
7
# Copy build patches
...
...
@@ -127,7 +127,7 @@ LABEL org.opencontainers.image.version = "edge"
LABEL
org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/edge"
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
ENV
RUBY_VER=3.3.
6
ENV
RUBY_VER=3.3.
7
ENV
FDC_DISABLE_SUPERVISORD=true
ENV
FDC_QUIET=true
...
...
This diff is collapsed.
Click to expand it.