Browse Source

Update mender-artifact version references to 3.6.x

Changelog: None

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2.5.x 2.5.0
Lluis Campos 3 years ago
parent
commit
5612f85934
  1. 2
      .gitlab-ci.yml
  2. 2
      Dockerfile

2
.gitlab-ci.yml

@ -4,7 +4,7 @@ variables:
S3_BUCKET_NAME: mender-convert-images
# These variables are present elsewhere in the repository too. Make sure to
# search for and change them too.
MENDER_ARTIFACT_VERSION: master
MENDER_ARTIFACT_VERSION: 3.6.x
MENDER_CLIENT_VERSION: latest
MENDER_ADDON_CONNECT_VERSION: latest
MENDER_ADDON_CONFIGURE_VERSION: latest

2
Dockerfile

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

Loading…
Cancel
Save