Skip to content

Commit abad6cf

Browse files
chore(deps): update python docker tag to v3.13
1 parent 8de4828 commit abad6cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/mkdocs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From python:3.12
1+
From python:3.13
22

33
COPY ./aep-docs /aep-docs/
44

inference/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.13
22

33
WORKDIR /app
44

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Builder for Python 3.9
2-
FROM python:3.9 AS builder39
2+
FROM python:3.13 AS builder39
33

44
WORKDIR /app
55

@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
1313
COPY . /app
1414

1515
# Stage 2: Builder for Python 3.12
16-
FROM python:3.12 AS builder312
16+
FROM python:3.13 AS builder312
1717

1818
WORKDIR /app
1919

src/docker/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
1+
FROM python:3.13
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)