Skip to content

Commit d0ee250

Browse files
committed
Release nginx-slim 0.23
1 parent 1b41e80 commit d0ee250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/nginx-slim/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# 0.0.0 shouldn't clobber any released builds
16-
TAG = 0.22
16+
TAG = 0.23
1717
REGISTRY = gcr.io/google_containers
1818
ARCH ?= $(shell go env GOARCH)
1919
ALL_ARCH = amd64 arm arm64 ppc64le

images/nginx-slim/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
set -e
1919

20-
export NGINX_VERSION=1.13.3
20+
export NGINX_VERSION=1.13.4
2121
export NDK_VERSION=0.3.0
2222
export VTS_VERSION=0.1.15
2323
export SETMISC_VERSION=0.31
@@ -68,7 +68,7 @@ apt-get update && apt-get install --no-install-recommends -y \
6868
linux-headers-generic || exit 1
6969

7070
# download, verify and extract the source files
71-
get_src 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 \
71+
get_src de21f3c49ba65c611329d8759a63d72e5fcf719bc6f2a3270e2541348ef1fbba \
7272
"http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
7373

7474
get_src 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 \

0 commit comments

Comments
 (0)