* Automatic Dockerfile update by release process

This commit is contained in:
Erik Huelsmann 2020-09-04 20:29:54 +00:00
parent b9c316569d
commit f2a0c60b94

View File

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