Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easy-cozy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POCS
cozy
easy-cozy
Merge requests
!3
feat: various update stack version, scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
feat: various update stack version, scripts
update-stack
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Closed
feat: various update stack version, scripts
Hugo SUBTIL
requested to merge
update-stack
into
master
Aug 2, 2021
Overview
0
Commits
1
Pipelines
0
Changes
7
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a59dec9e
1 commit,
Aug 2, 2021
7 files
+
36
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
cozystack/Dockerfile
+
1
−
1
View file @ a59dec9e
Edit in single-file editor
Open in Web IDE
Show full file
FROM
ubuntu:20.10
AS
installer
ARG
COZY_VERSION=1.4.
18
ARG
COZY_VERSION=1.4.
36
ARG
NODE_VERSION=12.13.0
WORKDIR
/tmp
Loading