Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
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
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Compare revisions
3058f3aab04255c869daf703f0be1ab2805ff64d to 36d67633109e8b3f1a8fa215e26def950dfa0504
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
noblogs/noblogs-composer
Select target project
No results found
36d67633109e8b3f1a8fa215e26def950dfa0504
Select Git revision
Branches
23theme-child
back-to-hyperdb
creativecommons
debug
footnotes-made-easy
logo-login
master
renovate/wpackagist-plugin-activitypub-5.x
responsive-twentyten
theme-link-folio
twentytwentytwochild
wordpress-full
wpgancio
Tags
noblogs-5.6.1c
14 results
Swap
Target
noblogs/noblogs-composer
Select target project
noblogs/noblogs-composer
1 result
3058f3aab04255c869daf703f0be1ab2805ff64d
Select Git revision
Branches
23theme-child
back-to-hyperdb
creativecommons
debug
footnotes-made-easy
logo-login
master
renovate/wpackagist-plugin-activitypub-5.x
responsive-twentyten
theme-link-folio
twentytwentytwochild
wordpress-full
wpgancio
Tags
noblogs-5.6.1c
14 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update composer Docker tag to v2.2.9
· 8b889a38
renovate
authored
3 years ago
8b889a38
Merge branch 'renovate/composer-2.x' into 'master'
· 36d67633
ale
authored
3 years ago
Update composer Docker tag to v2.2.9 See merge request
!120
36d67633
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.dev
+1
-1
1 addition, 1 deletion
Dockerfile.dev
with
2 additions
and
2 deletions
Dockerfile
View file @
36d67633
FROM
composer:2.2.
7
as
build
FROM
composer:2.2.
9
as
build
ADD
. /build
WORKDIR
/build
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.dev
View file @
36d67633
FROM
composer:2.2.
7
FROM
composer:2.2.
9
ARG
uid=1000
ARG
gid=1000
...
...
This diff is collapsed.
Click to expand it.