Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
8404a553
Commit
8404a553
authored
Dec 21, 2020
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stack] upgrade to 16.26 lts (Docker too)
parent
220387af
Pipeline
#1315
failed with stage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
devops/docker/Dockerfile
+1
-1
stack.yaml
stack.yaml
+2
-2
No files found.
devops/docker/Dockerfile
View file @
8404a553
from
fpco/stack-build:lts-1
4.27
from
fpco/stack-build:lts-1
6.26
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
git libigraph0-dev
&&
\
apt-get
install
-y
git libigraph0-dev
&&
\
...
...
stack.yaml
View file @
8404a553
resolver
:
lts-16.
14
resolver
:
lts-16.
26
flags
:
{}
flags
:
{}
extra-package-dbs
:
[]
extra-package-dbs
:
[]
packages
:
packages
:
...
@@ -10,7 +10,7 @@ packages:
...
@@ -10,7 +10,7 @@ packages:
docker
:
docker
:
enable
:
false
enable
:
false
repo
:
'
fpco/stack-build:lts-1
4.27
-garg'
repo
:
'
fpco/stack-build:lts-1
6.26
-garg'
run-args
:
run-args
:
-
'
--publish=8008:8008'
-
'
--publish=8008:8008'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment