Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Container
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
HedgeDoc
Container
Commits
93a5ba5a
Unverified
Commit
93a5ba5a
authored
6 years ago
by
Sheogorath
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17 from hackmdio/update/node
Update node to version 8.15.0
parents
28a56474
06166be7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alpine/Dockerfile
+1
-1
1 addition, 1 deletion
alpine/Dockerfile
debian/Dockerfile
+2
-2
2 additions, 2 deletions
debian/Dockerfile
with
3 additions
and
3 deletions
alpine/Dockerfile
+
1
−
1
View file @
93a5ba5a
FROM
node:8.1
2
.0-alpine
FROM
node:8.1
5
.0-alpine
# Build arguments to change source url, branch or tag
ARG
CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git
...
...
This diff is collapsed.
Click to expand it.
debian/Dockerfile
+
2
−
2
View file @
93a5ba5a
FROM
node:8.1
2
.0
FROM
node:8.1
5
.0
# Build arguments to change source url, branch or tag
ARG
CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git
...
...
@@ -22,7 +22,7 @@ RUN set -ex; \
\
# verify the signature
export GNUPGHOME="$(mktemp -d)"; \
gpg --import /tmp/gosu.key; \
gpg
--no-tty
--import /tmp/gosu.key; \
gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \
rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; \
\
...
...
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