File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- NGINX_VERSION = 1.23.1
2
- NGINX_SHASUM = 17015c7a73ba4ec8c64c7d3a09d0c71892740a8d
1
+ NGINX_VERSION = 1.24.0
2
+ NGINX_SHASUM = fec561c95c0320f1860c0d55a8724cd45e5cc238
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ RUN apt-get update && \
14
14
apt install -y wget curl && mkdir -p /usr/src
15
15
16
16
RUN cd /usr/src && \
17
- wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.39 /pcre2-10.39 .tar.gz && \
18
- tar zxvf pcre2-10.39 .tar.gz && \
19
- cd pcre2-10.39 && \
17
+ wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.42 /pcre2-10.42 .tar.gz && \
18
+ tar zxvf pcre2-10.42 .tar.gz && \
19
+ cd pcre2-10.42 && \
20
20
./configure && make && make install
21
21
22
22
RUN cd /usr/src && \
23
- wget https://www.zlib.net/zlib-1.2.12 .tar.gz && \
24
- tar zxvf zlib-1.2.12 .tar.gz && \
25
- cd zlib-1.2.12 && \
23
+ wget https://www.zlib.net/zlib-1.2.13 .tar.gz && \
24
+ tar zxvf zlib-1.2.13 .tar.gz && \
25
+ cd zlib-1.2.13 && \
26
26
./configure && make && make install
27
27
28
28
RUN cd /usr/src && \
29
- wget http://www.openssl.org/source/openssl-1.1.1k .tar.gz && \
30
- tar zxvf openssl-1.1.1k .tar.gz && \
31
- cd openssl-1.1.1k && \
29
+ wget http://www.openssl.org/source/openssl-1.1.1t .tar.gz && \
30
+ tar zxvf openssl-1.1.1t .tar.gz && \
31
+ cd openssl-1.1.1t && \
32
32
./config && make && make install
33
33
34
34
RUN cd /usr/src && \
You can’t perform that action at this time.
0 commit comments