chore: update content and add generated PDF

This commit is contained in:
Baohua Yang
2026-03-27 08:43:47 -07:00
parent 046d241ee5
commit b67d5367dc
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ RUN apt-get update && apt-get install -y curl=7.68.0-1ubuntu1
Dockerfile 中集成安全扫描
```dockerfile
FROM golang:1.20-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
COPY . .