Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 8310:e7002216d95c
chore: update 3-alpine image to resolve medium sev sqlite-lib issue
Anchore scan reports medium sev issue with sqlite-libs - buffer
overflow.
Also various low sev issues for ssl_client and busybox-binsh, busybox.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 17:24:34 -0400 |
| parents | 4f36532a2482 |
| children | 90c6a4972d5d |
comparison
equal
deleted
inserted
replaced
| 8309:81ca7ceb71db | 8310:e7002216d95c |
|---|---|
| 21 | 21 |
| 22 # Internal settings that are for advanced users to override. | 22 # Internal settings that are for advanced users to override. |
| 23 | 23 |
| 24 # parameterize the sha256 sum to pin version of python:3-alpine | 24 # parameterize the sha256 sum to pin version of python:3-alpine |
| 25 # Must use the same version in both build stages. | 25 # Must use the same version in both build stages. |
| 26 ARG SHA256=18159b2be11db91f84b8f8f655cd860f805dbd9e49a583ddaac8ab39bf4fe1a7 | 26 ARG SHA256=452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff |
| 27 | 27 |
| 28 | 28 |
| 29 # Set to any non-empty value to enable shell debugging for troubleshooting | 29 # Set to any non-empty value to enable shell debugging for troubleshooting |
| 30 ARG VERBOSE= | 30 ARG VERBOSE= |
| 31 | 31 |
