Browse Source

Use master version of mender-artifact on master branch.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
revert-252-rm-only-tag-2.2.x
Kristian Amlie 4 years ago
parent
commit
28330be7e3
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 2
      Dockerfile

2
Dockerfile

@ -11,7 +11,7 @@ RUN cd /root/pxz && make
FROM ubuntu:20.04
ARG MENDER_ARTIFACT_VERSION=3.2.1
ARG MENDER_ARTIFACT_VERSION=master
RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
# For 'ar' command to unpack .deb

Loading…
Cancel
Save