mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-28 07:56:32 +01:00
update nodebb
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# Dockerfile for nodebb
|
||||
#
|
||||
|
||||
FROM debian
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
FROM debian:bullseye
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV BB_VER=1.12.2
|
||||
ENV BB_VER=1.19.0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user