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 a05b9456edfc340b22396effc490d930ccee7ccc
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
a05b9456edfc340b22396effc490d930ccee7ccc
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
· fbc073f0
Nigel Kukard
authored
2 months ago
fbc073f0
Merge branch 'nkupdates' into 'main'
· a05b9456
Nigel Kukard
authored
2 months ago
chore: updated to version 3.3.7 See merge request
!6
a05b9456
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 @
a05b9456
...
...
@@ -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.