Skip to content

Commit

Permalink
Update dependency bastienwirtz/homer to v24.11.5 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 136d793 commit 3719c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
RUN apk add wget gzip unzip

# renovate: datasource=github-releases depName=bastienwirtz/homer
ENV HOMER_VERSION="v24.11.4"
ENV HOMER_VERSION="v24.11.5"
RUN wget https://github.com/bastienwirtz/homer/releases/download/${HOMER_VERSION}/homer.zip -O /tmp/homer.zip
RUN unzip /tmp/homer.zip -x "logo.png" -x "*.md" -d /app

Expand Down

0 comments on commit 3719c78

Please sign in to comment.