File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# 0.0.0 shouldn't clobber any released builds
16
- TAG = 0.22
16
+ TAG = 0.23
17
17
REGISTRY = gcr.io/google_containers
18
18
ARCH ?= $(shell go env GOARCH)
19
19
ALL_ARCH = amd64 arm arm64 ppc64le
Original file line number Diff line number Diff line change 17
17
18
18
set -e
19
19
20
- export NGINX_VERSION=1.13.3
20
+ export NGINX_VERSION=1.13.4
21
21
export NDK_VERSION=0.3.0
22
22
export VTS_VERSION=0.1.15
23
23
export SETMISC_VERSION=0.31
@@ -68,7 +68,7 @@ apt-get update && apt-get install --no-install-recommends -y \
68
68
linux-headers-generic || exit 1
69
69
70
70
# download, verify and extract the source files
71
- get_src 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 \
71
+ get_src de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba \
72
72
" http://nginx.org/download/nginx-$NGINX_VERSION .tar.gz"
73
73
74
74
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \
You can’t perform that action at this time.
0 commit comments