Skip to content

Commit 98b6d48

Browse files
committed
fix(wine): correct typo
1 parent 41c1a30 commit 98b6d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wine/10-stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN set -eux; \
5252
| grep -E "^${WINE_TARGET}(\.|$)" \
5353
| sort -V | tail -1 \
5454
)"; \
55-
WINE_VERSION="${WINE_VERSION%%~*}"; \
55+
WINE_VERSION="${WINE_BUILD%%~*}"; \
5656
\
5757
apt-get update; \
5858
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends cabextract winbind python3; \

wine/9-stable/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN set -eux; \
5252
| grep -E "^${WINE_TARGET}(\.|$)" \
5353
| sort -V | tail -1 \
5454
)"; \
55-
WINE_VERSION="${WINE_VERSION%%~*}"; \
55+
WINE_VERSION="${WINE_BUILD%%~*}"; \
5656
\
5757
apt-get update; \
5858
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends cabextract winbind python3; \

0 commit comments

Comments
 (0)