Skip to content

Commit

Permalink
Merge pull request #56 from jenkins-x-plugins/gotoboot
Browse files Browse the repository at this point in the history
fix: Change to base image that has git
  • Loading branch information
jenkins-x-bot authored Oct 12, 2022
2 parents 9868760 + 36cefb2 commit fe357a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fe357a6

Please sign in to comment.