Skip to content

Commit

Permalink
fix: Change to base image that has git
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 12, 2022
1 parent 9868760 commit 36cefb2
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 36cefb2

Please sign in to comment.