From d166924121478cd60802997eedf308c84dc031c7 Mon Sep 17 00:00:00 2001 From: weslambert Date: Sat, 15 Aug 2020 16:42:57 -0400 Subject: [PATCH] Update to 0.4.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6ffdf4..c22e16e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:18.04 LABEL version="Velociraptor v0.4.6" LABEL description="Velociraptor server in a Docker container" LABEL maintainer="Wes Lambert, @therealwlambert" -ENV VERSION="0.4.6" +ENV VERSION="0.4.8" COPY ./entrypoint . RUN chmod +x entrypoint && \ apt-get update && \