too many slashes?
This commit is contained in:
parent
ecfd75afd1
commit
242ca7052b
|
@ -3,8 +3,8 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
# renovate: datasource=github-releases packageName=minio/minio extractVersion=^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2}) versioning="regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
|
||||
ARG VERSION=RELEASE.2024-09-22T00-33-43Z
|
||||
# renovate: datasource=github-releases packageName=minio/minio extractVersion=^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2}) versioning="regex:^RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})"
|
||||
ARG VERSION=RELEASE.2024-09-22T00-33-43Z
|
||||
|
||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||
# RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio
|
||||
|
|
Loading…
Reference in New Issue