Skip to content

Commit 262b090

Browse files
committed
update nginx version
1 parent 28b2f3f commit 262b090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
33
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
5-
NGINX_OSS_VERSION ?= 1.27
5+
NGINX_OSS_VERSION ?= 1.29
66
NGINX_PLUS_VERSION ?= R34
77
PLUS_ARGS = --build-arg NGINX_PLUS_VERSION=$(NGINX_PLUS_VERSION) --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
88

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.16
22
ARG BUILD_OS=debian
3-
ARG NGINX_OSS_VERSION=1.27
3+
ARG NGINX_OSS_VERSION=1.29
44
ARG NGINX_PLUS_VERSION=R34
55
ARG DOWNLOAD_TAG=edge
66
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)