Skip to content

Commit

Permalink
Upgraded to python:3.11.6-alpine3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore@coscup.org>
  • Loading branch information
toomore committed Oct 31, 2023
1 parent 827878f commit 07e3211
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.4-alpine3.18
FROM python:3.11.6-alpine3.18

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.4-alpine3.18
FROM python:3.11.6-alpine3.18

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

0 comments on commit 07e3211

Please sign in to comment.