fix: define default branch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-09 20:36:50 +01:00
parent 46a834bc63
commit 9318bdeacb

View File

@ -1,6 +1,6 @@
FROM docker.io/library/rust:slim-buster AS build
ARG RPMBUILDER_VERSION
ARG RPMBUILDER_VERSION=master
# install dependencies
RUN set -e && \