Skip to content

Commit e8e743c

Browse files
committed
Update LUA new-tag
1 parent 7e6454c commit e8e743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.luam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010

1111
WORKDIR /usr/src
1212

13-
RUN wget https://ftp.pcre.org/pub/pcre/pcre2-10.42.tar.gz && \
13+
RUN wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.gz && \
1414
tar zxvf pcre2-10.42.tar.gz && \
1515
cd pcre2-10.42 && \
1616
./configure --prefix=/usr/local --enable-jit && \

0 commit comments

Comments
 (0)