Commit c522e25
committed
Updates the Go toolchain, application dependencies, and OS-level packages
to resolve multiple security vulnerabilities identified in remediation
Key changes:
- Bumps Go builder stage to 1.24.13 to fix standard library and toolchain
CVEs (e.g., CVE-2025-68121, CVE-2025-61732).
- Switches to bullseye base image to ensure GLIBC compatibility between
the builder and the Ollama runner stage.
- Adds 'apt-get upgrade' to the runner stage to install the latest
Ubuntu security patches for OpenSSL, libssh, and curl.
- Updates google.golang.org/grpc to 1.79.3 (fixes CVE-2026-33186).
- Updates golang.org/x/crypto to 0.45.0 (fixes CVE-2025-58181).1 parent e119e3d commit c522e25
2 files changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
0 commit comments