File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG WINE_LINK="https://dl.winehq.org/wine-builds/debian/pool/main/w/wine
1616RUN set -eux; \
1717 WINE_BUILD="$( \
1818 curl -fsSL " ${WINE_LINK}" \
19- | grep -oE " wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*(- rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?_amd64\. deb" \
20- | sed -E " s/^wine-${WINE_BRANCH}-amd64_([0-9][0-9.]*(- rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?)_amd64\. deb$/\1 /" \
19+ | grep -oE " wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*(~ rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?_amd64\. deb" \
20+ | sed -E " s/^wine-${WINE_BRANCH}-amd64_([0-9][0-9.]*(~ rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?)_amd64\. deb$/\1 /" \
2121 | sort -V | tail -1 \
2222 )" ; \
2323 \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG WINE_LINK="https://dl.winehq.org/wine-builds/debian/pool/main/w/wine
1616RUN set -eux; \
1717 WINE_BUILD="$( \
1818 curl -fsSL " ${WINE_LINK}" \
19- | grep -oE " wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*(- rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?_amd64\. deb" \
20- | sed -E " s/^wine-${WINE_BRANCH}-amd64_([0-9][0-9.]*(- rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?)_amd64\. deb$/\1 /" \
19+ | grep -oE " wine-${WINE_BRANCH}-amd64_[0-9][0-9.]*(~ rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?_amd64\. deb" \
20+ | sed -E " s/^wine-${WINE_BRANCH}-amd64_([0-9][0-9.]*(~ rc[0-9]+)?~${WINE_DIST}(-[0-9]+)?)_amd64\. deb$/\1 /" \
2121 | sort -V | tail -1 \
2222 )" ; \
2323 \
You can’t perform that action at this time.
0 commit comments