Skip to content

Commit

Permalink
fix: set docker python to 3.11.6-alpine3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Oct 12, 2023
1 parent 182c485 commit 472da95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.18-alpine3.18 as base
FROM python:3.11.6-alpine3.18 as base
FROM base as builder


Expand Down

0 comments on commit 472da95

Please sign in to comment.