Skip to content

Commit 25b8743

Browse files
authored
Correct Nginx and Alpine version in legacy branch (#7736)
1 parent 23fa7c0 commit 25b8743

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/nginx/rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
FROM alpine:3.13 as builder
16+
FROM alpine:3.14.2 as builder
1717

1818
COPY . /
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

2828
ENV PATH=$PATH:/usr/local/luajit/bin:/usr/local/nginx/sbin:/usr/local/nginx/bin
2929

images/nginx/rootfs/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -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
2424
export NDK_VERSION=0.3.1
@@ -190,7 +190,7 @@ mkdir --verbose -p "$BUILD_PATH"
190190
cd "$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

196196
get_src 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 \

0 commit comments

Comments
 (0)