Skip to content

Commit b75142d

Browse files
chore(rootfs): update to hephy/base:v0.4.1 image
1 parent 37e6eee commit b75142d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

rootfs/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hephy/base:v0.4.0 as modsecurity
1+
FROM hephy/base:v0.4.1 as modsecurity
22

33
COPY /bin /bin
44
WORKDIR /tmp/build
@@ -30,7 +30,7 @@ RUN set -x && \
3030
unicode.mapping \
3131
modsecurity.conf-recommended
3232

33-
FROM hephy/base:v0.4.0 as openssl
33+
FROM hephy/base:v0.4.1 as openssl
3434

3535
COPY /bin /bin
3636
WORKDIR /tmp/build
@@ -41,7 +41,7 @@ RUN set -x && \
4141
g++ make patch perl
4242

4343
RUN set -x && \
44-
export OPENSSL_VERSION=1.1.1g OPENSSL_SIGNING_KEY=0E604491 BUILD_PATH=$PWD PREFIX=/usr/local && \
44+
export OPENSSL_VERSION=1.1.1g OPENSSL_SIGNING_KEY=8657ABB260F056B1E5190839D9C4D26D0E604491 BUILD_PATH=$PWD PREFIX=/usr/local && \
4545
get_src_gpg $OPENSSL_SIGNING_KEY "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" && \
4646
# ChaCha20-Poly1305 Draft Support for older Android versions
4747
get_src_file 5e082d46544915b0a580fe71a5e53cb22f535c7dc67a35221d292316701dc085 \
@@ -58,7 +58,7 @@ RUN set -x && \
5858
make -j`nproc` && \
5959
make install_sw
6060

61-
FROM hephy/base:v0.4.0
61+
FROM hephy/base:v0.4.1
6262

6363
RUN adduser --system \
6464
--shell /bin/bash \
@@ -74,14 +74,14 @@ COPY /bin /bin
7474

7575
RUN set -x && \
7676
buildDeps='gcc make patch libgeoip-dev libmaxminddb-dev libpcre3-dev' \
77-
runtimeDeps='ca-certificates libcurl3 libxml2 libpcre3 libgeoip1 libmaxminddb0 libfuzzy2' && \
77+
runtimeDeps='ca-certificates libcurl4 libxml2 libpcre3 libgeoip1 libmaxminddb0 libfuzzy2' && \
7878
apt-get update && \
7979
apt-get install -y --no-install-recommends \
8080
$buildDeps \
8181
$runtimeDeps && \
8282
# Remove openssl binaries from base image, will be provided by our custom build
8383
apt-get remove -y openssl && \
84-
export NGINX_VERSION=1.18.0 SIGNING_KEY=A1C052F8 \
84+
export NGINX_VERSION=1.18.0 SIGNING_KEY=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8585
CLOUDFLARE_ZLIB_VERSION=372bcd151c901418c2721232bf09dc9cdbebafb5 \
8686
VTS_VERSION=0.1.18 GEOIP2_VERSION=3.3 \
8787
MOD_SECURITY_NGINX_VERSION=e50e43ee4cc87565922ed98b1b6c72751019c326 \

0 commit comments

Comments
 (0)