From 36cefb2acafdeff5a6cf58152a3ff0b8f33c7711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Wed, 12 Oct 2022 20:40:23 +0200 Subject: [PATCH] fix: Change to base image that has git --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d37cb49..d886be0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ -FROM ghcr.io/jenkins-x/jx-go:latest +FROM ghcr.io/jenkins-x/jx-boot:latest LABEL org.opencontainers.image.source https://github.com/jenkins-x-plugins/jx-updatebot ENTRYPOINT ["jx-updatebot"] -RUN jx upgrade plugins --boot --path /usr/bin - COPY ./build/linux/jx-updatebot /usr/bin/jx-updatebot