Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Przemyslaw Kaminski
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
Changes
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
&&
\
apt-get
install
-y
git libigraph0-dev
&&
\
...
...
stack.yaml
View file @
8404a553
resolver
:
lts-16.
14
resolver
:
lts-16.
26
flags
:
{}
extra-package-dbs
:
[]
packages
:
...
...
@@ -10,7 +10,7 @@ packages:
docker
:
enable
:
false
repo
:
'
fpco/stack-build:lts-1
4.27
-garg'
repo
:
'
fpco/stack-build:lts-1
6.26
-garg'
run-args
:
-
'
--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