fix default build version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-07-03 10:30:31 +02:00
parent e599d4f078
commit 267c6f9477
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG BUILD_VERSION=20.6.30
ENV VALIDATOR_VERSION="${BUILD_VERSION}"
ARG BUILD_VERSION
ENV VALIDATOR_VERSION="${BUILD_VERSION:-20.6.30}"
RUN apk add --update --no-cache --virtual .build-deps libarchive-tools curl && \
apk --update add openjdk8 && \