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