Skip to content

Commit

Permalink
Upgrade python to 3.11.9
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Apr 26, 2024
1 parent f11aecf commit 1b611f3
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.8-alpine3.19
FROM python:3.11.9-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.8-alpine3.19
FROM python:3.11.9-alpine3.19

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

0 comments on commit 1b611f3

Please sign in to comment.