Skip to content

Commit fad2320

Browse files
committed
update
1 parent 053ae9b commit fad2320

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/nginx/technical-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Dynamic modules are supported on the [same distributions as NGINX Plus](#support
2727
|--------------|------------|-------|---------|---------------|------------|---------------|
2828
| **AlmaLinux** |||||||
2929
| **Alpine Linux 3.17 & 3.18** |||||||
30-
| **Alpine Linux 3.19, 3.20, 3.21, 3.22 | ✓ (x86_64 only) ||||||
30+
| **Alpine Linux 3.19, 3.20, 3.21, 3.22** | ✓ (x86_64 only) ||||||
3131
| **Amazon Linux 2** |||||||
3232
| **Amazon Linux 2023** | ✓ (x86_64 only) ||||||
3333
| **Debian 11 & 12** | ✓ (x86_64 only) ||||||

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v1.0.7 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nginxinc/nginx-hugo-theme v1.0.7 h1:j/24osvs3kJ2GhV+47qNJBRuHD2IuP2/zMXwCBBr0F8=
2-
github.com/nginxinc/nginx-hugo-theme v1.0.7/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
1+
github.com/nginxinc/nginx-hugo-theme v1.0.0 h1:ufoXHaOcFUMAl6DSFgSeU+FKM5Oz+KCgxjPNhDJywu4=
2+
github.com/nginxinc/nginx-hugo-theme v1.0.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)