mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix CVE-2026-0861: upgrade glibc via apt-get upgrade in Dockerfile
This commit is contained in:
parent
5388c6777f
commit
b32aa1dc7c
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ FROM python:3.14-slim AS arch
|
|||
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get upgrade -y; \
|
||||
apt-get install -y --no-install-recommends gettext-base curl; \
|
||||
apt-get clean; rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue