Skip to content

Commit

Permalink
Upgrade python to 3.11.8
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 14, 2024
1 parent f4f480b commit 37a3143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-alpine3.19
FROM python:3.11.8-alpine3.19

WORKDIR /app
ADD pyproject.toml poetry.lock ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base-dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.7-alpine3.19
FROM python:3.11.8-alpine3.19

WORKDIR /app
ADD pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 37a3143

Please sign in to comment.