Skip to content
Snippets Groups Projects
Verified Commit 333bdd97 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[CodiMD] Bump portchecker version and use env variable in Dockerfile

parent eb66f6b5
No related branches found
No related tags found
No related merge requests found
FROM node:10.22.1-alpine3.11 as BUILD
ENV VERSION=2.2.0
ENV PORTCHECKER_VERSION=v1.0.6
RUN apk add --no-cache --virtual .gyp libressl-dev git bash python make && \
wget https://github.com/hackmdio/codimd/archive/$VERSION.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment