From d238fb33f4d6d07b242ed080562df34d7230dbbb Mon Sep 17 00:00:00 2001 From: KevinR Date: Thu, 9 Mar 2023 09:47:56 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3b1134..06f7647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ FROM ubuntu RUN apt-get update && apt-get -y install curl bash -RUN curl https://downloads.mender.io/mender-artifact/3.6.1/linux/mender-artifact --output /bin/mender-artifact +RUN curl https://downloads.mender.io/mender-artifact/3.10.0/linux/mender-artifact --output /bin/mender-artifact RUN chmod +x /bin/mender-artifact COPY entrypoint.sh /entrypoint.sh RUN chmod +x entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]