File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515
16- FROM alpine:3.13 as builder
16+ FROM alpine:3.14.2 as builder
1717
1818COPY . /
1919
@@ -23,7 +23,7 @@ RUN apk update \
2323 && /build.sh
2424
2525# Use a multi-stage build
26- FROM alpine:3.13
26+ FROM alpine:3.14.2
2727
2828ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin
2929
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
1818set -o nounset
1919set -o pipefail
2020
21- export NGINX_VERSION=1.20.1
21+ export NGINX_VERSION=1.19.9
2222
2323# Check for recent changes: https://github.com/vision5/ngx_devel_kit/compare/v0.3.1...master
2424export NDK_VERSION=0.3.1
@@ -190,7 +190,7 @@ mkdir --verbose -p "$BUILD_PATH"
190190cd " $BUILD_PATH "
191191
192192# download, verify and extract the source files
193- get_src e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 \
193+ get_src 2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841 \
194194 " https://nginx.org/download/nginx-$NGINX_VERSION .tar.gz"
195195
196196get_src 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 \
You can’t perform that action at this time.
0 commit comments