add version default
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-22 00:12:05 +01:00
parent 4a1dfccba7
commit c2a8fbc4bc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG FRESHRSS_VERSION="${FRESHRSS_VERSION:-master}"
ARG FRESHRSS_VERSION="${FRESHRSS_VERSION:=master}"
ARG FRESHRSS_TARBALL=https://github.com/FreshRSS/FreshRSS/archive/${FRESHRSS_VERSION}.tar.gz
RUN apk --update add --virtual .build-deps tar curl && \