Skip to content

Commit 3ff3df5

Browse files
update base image in Dockerfile to python:3.14-alpine3.23
1 parent 886c8eb commit 3ff3df5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine3.22 AS build-image
1+
FROM python:3.14-alpine3.23 AS build-image
22

33
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev cargo
44

@@ -13,7 +13,7 @@ RUN pip install -r requirements.txt
1313
COPY . .
1414
RUN pip install .
1515

16-
FROM python:3.13-alpine3.22
16+
FROM python:3.14-alpine3.23
1717

1818
COPY docker-entrypoint.sh /docker-entrypoint.sh
1919
RUN chmod +x /docker-entrypoint.sh

0 commit comments

Comments
 (0)