Browse Source
Merge pull request #87 from lluiscampos/update-latest-mender-artifact
Update Dockerfile to use latest stable mender-artifact, v2.4.0
1.2.x
lluiscampos
6 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
2 deletions
-
Dockerfile
|
|
@ -1,7 +1,6 @@ |
|
|
|
FROM ubuntu:18.04 |
|
|
|
|
|
|
|
ARG MENDER_ARTIFACT_VERSION=2.3.0 |
|
|
|
ARG MENDER_CONVERT_VERSION=1.0.0 |
|
|
|
ARG MENDER_ARTIFACT_VERSION=2.4.0 |
|
|
|
ARG GOLANG_VERSION=1.11.2 |
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \ |
|
|
|