Compare commits
4
Commits
444bed894d
...
2.1.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edd39febd1 | ||
|
|
33766f0b0b | ||
|
|
f954ace53b | ||
|
|
6df2d561d9 |
+2
-2
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
pytest==8.4.2
|
pytest==8.4.2
|
||||||
pytest-cov==7.0.0
|
pytest-cov==7.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user