Update base images to resolve several vulnerabilities

This commit is contained in:
clearml 2025-04-02 14:39:34 +03:00
parent f2df45cad6
commit 94fc0138b5
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,4 @@
ARG TAG=3.7.17-alpine3.18
FROM python:${TAG} as build
FROM python:3.14-rc-alpine3.21 as build
RUN apk add --no-cache \
gcc \
@ -16,7 +14,7 @@ RUN python3 \
clearml-agent \
cryptography>=2.9
FROM python:${TAG} as target
FROM python:3.14-rc-alpine3.21 as target
WORKDIR /app

View File

@ -1,6 +1,4 @@
ARG TAG=3.7.17-slim-bullseye
FROM python:${TAG} as target
FROM python:3.10-slim-bookworm as target
ARG KUBECTL_VERSION=1.29.3