mirror of
https://github.com/clearml/clearml-agent
synced 2025-04-03 20:31:57 +00:00
Update base images to resolve several vulnerabilities
This commit is contained in:
parent
f2df45cad6
commit
94fc0138b5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user