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