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
parent
commit
ba4ed6dfc5
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:19.04 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 \ RUN apt-get update && apt-get install -y \
# For 'ar' command to unpack .deb # For 'ar' command to unpack .deb

Loading…
Cancel
Save