fix default build version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e599d4f078
commit
267c6f9477
@ -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 && \
|
||||
|
Reference in New Issue
Block a user