8000 fix linting, update dockerfile · nginx/kubernetes-ingress@7550180 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7550180

Browse files
committed
fix linting, update dockerfile
Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent 2c1c724 commit 7550180

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
312312
&& apt-get update \
313313
&& if [ "${NGINX_AGENT}" = "true" ]; then apt-get install --no-install-recommends --no-install-suggests -y nginx-agent; fi \
314314
&& if [ -z "${NAP_MODULES##*waf*}" ]; then \
315-
apt-get install --no-install-recommends --no-install-suggests -y app-protect-module-plus=33+5.264* nginx-plus-module-appprotect=33+5.264*; \
315+
apt-get install --no-install-recommends --no-install-suggests -y app-protect-module-plus=33+5.264* nginx-plus-module-appprotect=33+5.264* app-protect-plugin=6.9.0*; \
316316
rm -f /etc/apt/sources.list.d/app-protect.sources; \
317317
nap-waf.sh; \
318318
fi \

internal/configs/configmaps_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ func TestParseZoneSyncResolverIPV6MapResolverIPV6(t *testing.T) {
11661166
func makeEventLogger() record.EventRecorder {
11671167
return record.NewFakeRecorder(1024)
11681168
}
1169+
11691170
func TestOpenTracingConfiguration(t *testing.T) {
11701171
t.Parallel()
11711172
tests := []struct {

0 commit comments

Comments
 (0)
0