Browse Source
Merge pull request #209 from kacf/master
Use master version of mender-artifact on master branch.
revert-252-rm-only-tag-2.2.x
Kristian Amlie
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|