Skip to content

Commit 37a3143

Browse files
committed
Upgrade python to 3.11.8
Signed-off-by: Toomore Chiang <[email protected]>
1 parent f4f480b commit 37a3143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.7-alpine3.19
1+
FROM python:3.11.8-alpine3.19
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./

Dockerfile-base-dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.7-alpine3.19
1+
FROM python:3.11.8-alpine3.19
22

33
WORKDIR /app
44
ADD pyproject.toml poetry.lock ./

0 commit comments

Comments
 (0)