Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f31c851
Add documentation for UDS converter in NAP5 (#110)
mouraddmeiri Jan 27, 2025
d05146d
feat: Add Alpine 1.19 support to NGINX App Protect WAF documentation …
ADubhlaoich Jan 27, 2025
f3ab3ed
Update configuration.md with bf section (#115)
ohad-perets Jan 27, 2025
7ee36fe
Merge branch 'main' into nap-release-5.5
ADubhlaoich Jan 27, 2025
aae8f01
WAF enforcer-only upgrade comment (#116)
mikegoltsman Jan 27, 2025
a97b89d
Update Generated Documentation (#118)
ohad-perets Jan 27, 2025
6871a81
feat: Additional updates/fixes for NAP 5.5 release (#121)
ADubhlaoich Jan 28, 2025
b43d3e7
Merge branch 'main' into nap-release-5.5
ADubhlaoich Jan 28, 2025
f5a9586
Update install.md (#122)
ohad-perets Jan 28, 2025
f2bc6fb
Add directory warning, fix UDS issue (#124)
ADubhlaoich Jan 28, 2025
3f891f8
Merge branch 'main' into nap-release-5.5
ADubhlaoich Jan 28, 2025
f04af7f
feat: Add Update App Protect Signatures placeholder section (#125)
ADubhlaoich Jan 28, 2025
7095ddd
feat: Add 5.5/4.13 release note placeholders, update frontmatter (#126)
ADubhlaoich Jan 28, 2025
2ec582e
Update policy.html (#127)
ohad-perets Jan 28, 2025
8989bbe
Merge branch 'main' into nap-release-5.5
ADubhlaoich Jan 29, 2025
7612aca
feat: Remove deprecated NAP EA theme files, update release notes (#133)
ADubhlaoich Jan 29, 2025
ab116f4
Update install.md (#134)
ohad-perets Jan 29, 2025
44cfdce
Update compiler.md (#137)
ohad-perets Jan 30, 2025
861d7a2
Update configuration.md (#144)
ohad-perets Jan 30, 2025
ea0f415
Ohad perets patch 3 (fixing some PM comments) (#149)
ohad-perets Jan 30, 2025
bb0b7c4
Merge branch 'main' into nap-release-5.5
ADubhlaoich Jan 30, 2025
244dc0f
feat: Update versioning based on feedback
ADubhlaoich Jan 30, 2025
4472382
Update about-5.5.md (#150)
ohad-perets Jan 30, 2025
6b83caf
feat: Update 5.5 release note link for user-defined signatures
ADubhlaoich Jan 30, 2025
1cd13ec
Update about-4.13.md (#151)
ohad-perets Jan 30, 2025
2716859
Merge branch 'main' into nap-release-5.5
mjang Jan 30, 2025
5490fcb
Update configuration.md (#152)
ohad-perets Jan 30, 2025
1453d8b
Update configuration.md (#153)
ohad-perets Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```dockerfile
# syntax=docker/dockerfile:1

# Supported OS_VER's are 3.16/3.17
ARG OS_VER="3.17"
# Supported OS_VER's are 3.16/3.17/3.19
ARG OS_VER="3.19"

# Base image
FROM alpine:${OS_VER}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```dockerfile
# syntax=docker/dockerfile:1

# Supported OS_VER's are 3.16/3.17
ARG OS_VER="3.17"
# Supported OS_VER's are 3.16/3.17/3.19
ARG OS_VER="3.19"

# Base image
FROM alpine:${OS_VER}
Expand Down
Loading