Skip to content
Snippets Groups Projects
Unverified Commit 93a5ba5a authored by Sheogorath's avatar Sheogorath :european_castle: Committed by GitHub
Browse files

Merge pull request #17 from hackmdio/update/node

Update node to version 8.15.0
parents 28a56474 06166be7
No related branches found
No related tags found
No related merge requests found
FROM node:8.12.0-alpine FROM node:8.15.0-alpine
# Build arguments to change source url, branch or tag # Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git ARG CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git
......
FROM node:8.12.0 FROM node:8.15.0
# Build arguments to change source url, branch or tag # Build arguments to change source url, branch or tag
ARG CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git ARG CODIMD_REPOSITORY=https://github.com/hackmdio/codimd.git
...@@ -22,7 +22,7 @@ RUN set -ex; \ ...@@ -22,7 +22,7 @@ RUN set -ex; \
\ \
# verify the signature # verify the signature
export GNUPGHOME="$(mktemp -d)"; \ 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; \ gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \
rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; \ rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment