Skip to content

Commit

Permalink
use github-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Oct 27, 2023
1 parent 6415542 commit 9fd47ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/containeroo/alpine-toolbox:2.0.56

# renovate: datasource=github-releases depName=minio/mc extractVersion=^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))?$
ENV MINIO_VERSION=RELEASE.2023-10-14T01-57-03Z
# renovate: datasource=github-tags depName=minio/mc extractVersion=^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))?$
ARG MINIO_VERSION=RELEASE.2023-10-14T01-57-03Z

RUN wget -O /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
chmod +x /usr/local/bin/mc
Expand Down

0 comments on commit 9fd47ef

Please sign in to comment.