update: ubuntu image + velo build

This commit is contained in:
Garrett Beasley
2022-05-02 14:28:03 -07:00
committed by GitHub
parent 445f22fa55
commit 173154bbf1

View File

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