Bump to 0.5.0-1

This commit is contained in:
weslambert
2020-09-29 07:38:11 -04:00
committed by GitHub
parent 98801e8956
commit c097cc4a6c

View File

@@ -1,8 +1,8 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
LABEL version="Velociraptor v0.5.0" LABEL version="Velociraptor v0.5.0-1"
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.5.0" ENV VERSION="0.5.0-1"
COPY ./entrypoint . COPY ./entrypoint .
RUN chmod +x entrypoint && \ RUN chmod +x entrypoint && \
apt-get update && \ apt-get update && \