Bump version to 0.4.9

This commit is contained in:
weslambert
2020-09-02 07:17:51 -04:00
committed by GitHub
parent 1078d86c60
commit b00b384148

View File

@@ -2,7 +2,7 @@ FROM ubuntu:18.04
LABEL version="Velociraptor v0.4.8" LABEL version="Velociraptor v0.4.8"
LABEL description="Velociraptor server in a Docker container" LABEL description="Velociraptor server in a Docker container"
LABEL maintainer="Wes Lambert, @therealwlambert" LABEL maintainer="Wes Lambert, @therealwlambert"
ENV VERSION="0.4.8" ENV VERSION="0.4.9"
COPY ./entrypoint . COPY ./entrypoint .
RUN chmod +x entrypoint && \ RUN chmod +x entrypoint && \
apt-get update && \ apt-get update && \