Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discourse
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Beorn Facchini
discourse
Commits
ebb0d184
Commit
ebb0d184
authored
4 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Updates dependencies.
parent
6d88216c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
install/imagemagick
+3
-3
3 additions, 3 deletions
install/imagemagick
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
ebb0d184
...
...
@@ -12,7 +12,7 @@ ENV RAILS_ENV=production \
PNGQUANT_VERSION=2.12.5 \
PNGCRUSH_VERSION=1.8.13 \
JEMALLOC_NEW=3.6.0 \
JEMALLOC_STABLE=5.2.
0
\
JEMALLOC_STABLE=5.2.
1
\
PG_MAJOR=10 \
NODE_MAJOR=10 \
RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \
...
...
This diff is collapsed.
Click to expand it.
install/imagemagick
+
3
−
3
View file @
ebb0d184
...
...
@@ -2,8 +2,8 @@
set
-e
# version check: https://github.com/ImageMagick/ImageMagick/releases
IMAGE_MAGICK_VERSION
=
"7.0.10-
6
"
IMAGE_MAGICK_HASH
=
"
37d36f4d736eb16e0dd43c50302e1d01d1bb1125165333df8273508a22f8a64d
"
IMAGE_MAGICK_VERSION
=
"7.0.10-
24
"
IMAGE_MAGICK_HASH
=
"
c555b4724127f9993500c9a7bab148e6075a7397957516b9e0dd9faa02d5c98e
"
# version check: https://libpng.sourceforge.io/index.html
LIBPNG_VERSION
=
"1.6.37"
...
...
@@ -59,4 +59,4 @@ make all && make install
cd
$HOME
rm
-rf
$WDIR
ldconfig /usr/local/lib
\ No newline at end of file
ldconfig /usr/local/lib
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment