Author SHA1 Message Date
Djeex 444bed894d Update python Docker tag to v3.14.7
CI / build-and-scan (pull_request) Successful in 1m37s
2026-08-24 03:03:30 +00:00
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.13.15-alpine AS builder FROM python:3.14.7-alpine AS builder
WORKDIR /app WORKDIR /app
@@ -7,7 +7,7 @@ RUN apk add --no-cache gcc musl-dev jpeg-dev zlib-dev
COPY requirements.txt . COPY requirements.txt .
RUN pip wheel --no-cache-dir --wheel-dir=/wheels -r requirements.txt RUN pip wheel --no-cache-dir --wheel-dir=/wheels -r requirements.txt
FROM python:3.13.15-alpine AS base FROM python:3.14.7-alpine AS base
WORKDIR /app WORKDIR /app