mirror of
https://github.com/clearml/clearml-agent
synced 2025-04-24 16:14:07 +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:3.14-rc-alpine3.21 as build
|
||||||
|
|
||||||
FROM python:${TAG} as build
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
gcc \
|
gcc \
|
||||||
@ -16,7 +14,7 @@ RUN python3 \
|
|||||||
clearml-agent \
|
clearml-agent \
|
||||||
cryptography>=2.9
|
cryptography>=2.9
|
||||||
|
|
||||||
FROM python:${TAG} as target
|
FROM python:3.14-rc-alpine3.21 as target
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
ARG TAG=3.7.17-slim-bullseye
|
FROM python:3.10-slim-bookworm as target
|
||||||
|
|
||||||
FROM python:${TAG} as target
|
|
||||||
|
|
||||||
ARG KUBECTL_VERSION=1.29.3
|
ARG KUBECTL_VERSION=1.29.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user