File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ RUN set -x && \
2121 ./configure \
2222 --prefix="$PREFIX" \
2323 --enable-silent-rules \
24- --enable-static=no \
2524 --disable-doxygen-doc \
2625 --disable-examples \
2726 --disable-dependency-tracking && \
@@ -31,7 +30,7 @@ RUN set -x && \
3130 unicode.mapping \
3231 modsecurity.conf-recommended
3332
34- FROM hephy/base:v0.3.6 as openssl
33+ FROM hephy/base:v0.4.0 as openssl
3534
3635COPY /bin /bin
3736WORKDIR /tmp/build
@@ -59,7 +58,7 @@ RUN set -x && \
5958 make -j`nproc` && \
6059 make install_sw
6160
62- FROM hephy/base:v0.3.6
61+ FROM hephy/base:v0.4.0
6362
6463RUN adduser --system \
6564 --shell /bin/bash \
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /bin/sh
2+ set -e
23
34hash=" $1 "
45url=" $2 "
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /bin/sh
2+ set -e
23
34hash=" $1 "
45url=" $2 "
Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /bin/sh
2+ set -e
23
34key=" $1 "
45url=" $2 "
You can’t perform that action at this time.
0 commit comments