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
8ccf9276ade66883afaad776028d5f567d00b834 to b14d568801dcfa053fd7e4bf8d10d3ef309062fe
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
b14d568801dcfa053fd7e4bf8d10d3ef309062fe
Select Git revision
Swap
Target
containers/ruby
Select target project
containers/ruby
1 result
8ccf9276ade66883afaad776028d5f567d00b834
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
· e280b71b
Nigel Kukard
authored
3 months ago
e280b71b
Merge branch 'nkupdates-v3.21' into 'v3.21'
· b14d5688
Nigel Kukard
authored
3 months ago
chore: updated to version 3.3.7 See merge request
!7
b14d5688
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 @
b14d5688
...
...
@@ -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.
6
ENV
RUBY_VER=3.3.
7
# 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.
6
ENV
RUBY_VER=3.3.
7
ENV
FDC_DISABLE_SUPERVISORD=true
ENV
FDC_QUIET=true
...
...
This diff is collapsed.
Click to expand it.