Skip to content

Commit 920add3

Browse files
committed
alpine-v8: Use icu 69
icu-dev=~69
1 parent f72f86b commit 920add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine-v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \
107107
$(if_yes ${USE_GN_SOURCE} clang=~12) \
108108
$(if_no ${USE_GN_SOURCE} gn) \
109109
$(if_yes ${USE_EXECINFO} libexecinfo-dev) \
110-
$(if_yes ${V8_INTL} icu-dev) \
110+
$(if_yes ${V8_INTL} icu-dev=~69) \
111111
; \
112112
: "-- V8: download source"; \
113113
load_archive "${SOURCE_REPO}/v8/v8/+archive/${V8_VERSION}.tar.gz" ${V8_SOURCE}; \

0 commit comments

Comments
 (0)