forked from external-repos/velociraptor-docker
Merge pull request #10 from Xboarder56/master
upgrade base image + velociraptor release
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
FROM ubuntu:18.04
|
||||
LABEL version="Velociraptor v0.6.1"
|
||||
FROM ubuntu:20.04
|
||||
LABEL version="Velociraptor v0.6.4"
|
||||
LABEL description="Velociraptor server in a Docker container"
|
||||
LABEL maintainer="Wes Lambert, @therealwlambert"
|
||||
ENV VERSION="0.6.1"
|
||||
COPY ./entrypoint .
|
||||
RUN chmod +x entrypoint && \
|
||||
apt-get update && \
|
||||
|
@@ -3,7 +3,6 @@ set -e
|
||||
BIND_ADDRESS="0.0.0.0"
|
||||
PUBLIC_PATH="public"
|
||||
LOG_DIR="."
|
||||
SERVER_URL="https://VelociraptorServer:8000/"
|
||||
DATASTORE_LOCATION="./"
|
||||
FILESTORE_DIRECTORY="./"
|
||||
CLIENT_DIR="/velociraptor/clients"
|
||||
|
Reference in New Issue
Block a user