Browse Source
Bump mender-artifact version to 3.2.1.
Changelog: Title
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.0.x
Kristian Amlie
5 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -11,7 +11,7 @@ RUN cd /root/pxz && make |
|
|
|
|
|
|
|
FROM ubuntu:19.04 |
|
|
|
|
|
|
|
ARG MENDER_ARTIFACT_VERSION=3.1.0 |
|
|
|
ARG MENDER_ARTIFACT_VERSION=3.2.1 |
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \ |
|
|
|
# For 'ar' command to unpack .deb |
|
|
|