diff --git a/Dockerfile b/Dockerfile index fa109c0..657773c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM debian:buster-slim MAINTAINER Freelock john@freelock.com # Build time variables -ARG LSMB_VERSION="1.8.0-rc1" -ARG LSMB_DL_DIR="Beta Releases" +ARG LSMB_VERSION="1.8.0" +ARG LSMB_DL_DIR="Releases" # Install Perl, Tex, Starman, psql client, and all dependencies # Without libclass-c3-xs-perl, performance is terribly slow...