File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 - id : kubernetes-ingress
88 goos :
99 - linux
10- - darwin
1110 goarch :
1211 - amd64
1312 - arm64
Original file line number Diff line number Diff line change 22VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
33GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44VERSION = $(VER ) -SNAPSHOT
5- NGINX_OSS_VERSION ?= 1.29
5+ # renovate: datasource=docker depName=nginx/nginx
6+ NGINX_OSS_VERSION ?= 1.29.1
67NGINX_PLUS_VERSION ?= R35
78NAP_WAF_VERSION ?= 35+5.527
89NAP_WAF_COMMON_VERSION ?= 11.559
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.19
22ARG BUILD_OS=debian
3- ARG NGINX_OSS_VERSION=1.29
3+ # renovate: datasource=docker depName=nginx/nginx
4+ ARG NGINX_OSS_VERSION=1.29.1
45ARG NGINX_PLUS_VERSION=R35
56ARG NAP_WAF_VERSION=35+5.527
67ARG NAP_WAF_COMMON_VERSION=11.559
You can’t perform that action at this time.
0 commit comments