Skip to content

Commit

Permalink
feat: (picard) add picard version to renovate
Browse files Browse the repository at this point in the history
Signed-off-by: divialth <[email protected]>
  • Loading branch information
divialth committed Sep 26, 2023
1 parent a8cf1f4 commit 6cd1dfd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions picard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ LABEL maintainer="divialth"

# title
ENV TITLE=Picard
# renovate: datasource=repology depName=alpine_edge/picard-tagger versioning=loose
ENV PICARD_VERSION="2.9.1-r0"

RUN \
echo "**** install packages ****" && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
picard && \
echo "**** cleanup ****" && \
rm -rf \
echo "**** install packages ****" && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
picard="${PICARD_VERSION}" && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

# add local files
Expand Down

0 comments on commit 6cd1dfd

Please sign in to comment.