1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00

upgrade nodebb to 1.4.5

This commit is contained in:
kev 2017-03-26 18:04:07 +08:00
parent 33ea181f46
commit 51217efdf0
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
FROM alpine
MAINTAINER kev <noreply@easypi.info>
ENV BB_VER 1.4.2
ENV BB_VER 1.4.5
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
ENV BB_SOURCE /usr/src/nodebb
ENV BB_CONTENT /var/lib/nodebb

View File

@ -5,7 +5,7 @@
FROM debian
MAINTAINER kev <noreply@easypi.info>
ENV BB_VER 1.4.2
ENV BB_VER 1.4.5
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
ENV BB_SOURCE /usr/src/nodebb
ENV BB_CONTENT /var/lib/nodebb
@ -22,7 +22,7 @@ RUN set -ex \
libssl1.0.0 \
libssl-dev \
python \
&& curl -sSL https://deb.nodesource.com/setup_4.x | bash - \
&& curl -sSL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs \
&& curl -sSL $BB_URL | tar xz --strip 1 \
&& npm install --production \

View File

@ -5,7 +5,7 @@
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
ENV BB_VER 1.4.2
ENV BB_VER 1.4.5
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
ENV BB_SOURCE /usr/src/nodebb
ENV BB_CONTENT /var/lib/nodebb

View File

@ -5,7 +5,7 @@
FROM resin/rpi-raspbian
MAINTAINER EasyPi Software Foundation
ENV BB_VER 1.4.2
ENV BB_VER 1.4.5
ENV BB_URL https://github.com/NodeBB/NodeBB/archive/v$BB_VER.tar.gz
ENV BB_SOURCE /usr/src/nodebb
ENV BB_CONTENT /var/lib/nodebb
@ -22,7 +22,7 @@ RUN set -ex \
libssl1.0.0 \
libssl-dev \
python \
&& curl -sSL https://deb.nodesource.com/setup_4.x | bash - \
&& curl -sSL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs \
&& curl -sSL $BB_URL | tar xz --strip 1 \
&& npm install --production \